aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-12-03 17:47:02 +0800
committerGitHub <noreply@github.com>2018-12-03 17:47:02 +0800
commitba5d8b5a234cae04b23ce54e27376b0245320579 (patch)
treefcb272bc44fe31d8caefec63f811f9992be3564a /docs
parent3f613a44eca674e6de60565657c40da3f8e6bbfc (diff)
parent98a07797713d4eaa2141827a4e26ada0493482a5 (diff)
downloaddexon-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.rst3
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:
::