diff options
author | chriseth <chris@ethereum.org> | 2018-12-03 15:26:56 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-12-03 15:26:56 +0800 |
commit | 98a07797713d4eaa2141827a4e26ada0493482a5 (patch) | |
tree | bc48341a9e31824b3ec410a135a2a73f807945e2 /docs/contributing.rst | |
parent | a73df9bc18ddb7a4b9aac5a03d810298b82b8a88 (diff) | |
download | dexon-solidity-98a07797713d4eaa2141827a4e26ada0493482a5.tar.gz dexon-solidity-98a07797713d4eaa2141827a4e26ada0493482a5.tar.zst dexon-solidity-98a07797713d4eaa2141827a4e26ada0493482a5.zip |
Explain how to get a list of all tests.
Diffstat (limited to 'docs/contributing.rst')
-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: :: |