diff options
author | Jose <jose@zeroc.com> | 2019-09-18 22:26:40 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-09-18 22:34:34 +0200 |
commit | edde21d1c8c0ad9b4e3e6d36ce278f0ff5b2880b (patch) | |
tree | f425f98a226f5f2dcf4d8caf2f8cbb6535a12fd4 /js | |
parent | Fix js Ice/adapterDeactivation failure - Close #534 (diff) | |
download | ice-edde21d1c8c0ad9b4e3e6d36ce278f0ff5b2880b.tar.bz2 ice-edde21d1c8c0ad9b4e3e6d36ce278f0ff5b2880b.tar.xz ice-edde21d1c8c0ad9b4e3e6d36ce278f0ff5b2880b.zip |
Minor clarification for JavaScript test instructions
Diffstat (limited to 'js')
-rw-r--r-- | js/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/README.md b/js/README.md index 9921f7875cb..9f4ee096352 100644 --- a/js/README.md +++ b/js/README.md @@ -81,6 +81,9 @@ module `zeroc-ice`, using the following command: pip install zeroc-ice ``` +The test suites require that the Ice for C++ tests be built in the `cpp` +subdirectory of this source distribution. + You can start the NodeJS tests with: ``` python allTests.py |