mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Explain how to get a list of all tests.
This commit is contained in:
parent
a73df9bc18
commit
98a0779771
@ -102,6 +102,9 @@ For example, here's an example test you might run;
|
|||||||
``./scripts/soltest.sh -t "yulOptimizerTests/disambiguator/*" --no-ipc --no-smt``.
|
``./scripts/soltest.sh -t "yulOptimizerTests/disambiguator/*" --no-ipc --no-smt``.
|
||||||
This will test all the tests for the disambiguator.
|
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".
|
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:
|
For example, you could run the following command in your ``build`` folder:
|
||||||
::
|
::
|
||||||
|
Loading…
Reference in New Issue
Block a user