diff options
author | chriseth <chris@ethereum.org> | 2018-12-03 17:47:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-03 17:47:02 +0800 |
commit | ba5d8b5a234cae04b23ce54e27376b0245320579 (patch) | |
tree | fcb272bc44fe31d8caefec63f811f9992be3564a /docs | |
parent | 3f613a44eca674e6de60565657c40da3f8e6bbfc (diff) | |
parent | 98a07797713d4eaa2141827a4e26ada0493482a5 (diff) | |
download | dexon-solidity-ba5d8b5a234cae04b23ce54e27376b0245320579.tar.gz dexon-solidity-ba5d8b5a234cae04b23ce54e27376b0245320579.tar.zst dexon-solidity-ba5d8b5a234cae04b23ce54e27376b0245320579.zip |
Merge pull request #5565 from ethereum/listTests
Explain how to get a list of all tests.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/contributing.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index f9c4d9d9..43b2fd38 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -102,6 +102,9 @@ For example, here's an example test you might run; ``./scripts/soltest.sh -t "yulOptimizerTests/disambiguator/*" --no-ipc --no-smt``. This will test all the tests for the disambiguator. +To get a list of all tests, use +``./build/test/soltest --list_content=HRF -- --ipcpath /tmp/irrelevant``. + If you want to debug using GDB, make sure you build differently than the "usual". For example, you could run the following command in your ``build`` folder: :: |