diff --git a/doc/dev/dev.md b/doc/dev/dev.md index ba4f530721..7dfef18ced 100644 --- a/doc/dev/dev.md +++ b/doc/dev/dev.md @@ -153,8 +153,13 @@ To run only the system tests, omitting unit tests: $ cd bin/tests/system $ sh runall.sh -Or, to run an individual system test: +To run an individual system test: + $ make -C bin/tests/system/ check TESTS= V=1 + +Or: + + $ TESTS= make -e all check $ cd bin/tests/system $ sh run.sh