diff options
author | chriseth <chris@ethereum.org> | 2018-09-14 06:54:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-14 06:54:53 +0800 |
commit | 5f4a2d2cad56dee3f7f350d65d24b98d1f4b2b07 (patch) | |
tree | b04adc91106ebb5c6ecf5770aba63c5910c42d8b /docs/contributing.rst | |
parent | 5cf570e100543415f425de7abb34893a0038ca34 (diff) | |
parent | d0497aacc06524749c20f169dc59d2123f410581 (diff) | |
download | dexon-solidity-5f4a2d2cad56dee3f7f350d65d24b98d1f4b2b07.tar dexon-solidity-5f4a2d2cad56dee3f7f350d65d24b98d1f4b2b07.tar.gz dexon-solidity-5f4a2d2cad56dee3f7f350d65d24b98d1f4b2b07.tar.bz2 dexon-solidity-5f4a2d2cad56dee3f7f350d65d24b98d1f4b2b07.tar.lz dexon-solidity-5f4a2d2cad56dee3f7f350d65d24b98d1f4b2b07.tar.xz dexon-solidity-5f4a2d2cad56dee3f7f350d65d24b98d1f4b2b07.tar.zst dexon-solidity-5f4a2d2cad56dee3f7f350d65d24b98d1f4b2b07.zip |
Merge pull request #4849 from lastmjs/develop
Introduce static elementary types to use
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r-- | docs/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 8a83ca55..6fe96be4 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -92,7 +92,7 @@ To run a subset of tests, filters can be used: ``soltest -t TestSuite/TestName -- --ipcpath /tmp/testeth/geth.ipc --testpath ./test``, where ``TestName`` can be a wildcard ``*``. -Alternatively, there is a testing script at ``scripts/test.sh`` which executes all tests and runs +Alternatively, there is a testing script at ``scripts/tests.sh`` which executes all tests and runs ``cpp-ethereum`` automatically if it is in the path (but does not download it). Travis CI even runs some additional tests (including ``solc-js`` and testing third party Solidity frameworks) that require compiling the Emscripten target. |