update example in README to use ctest. (#4540)
authoryoni206 <yoni206@users.noreply.github.com>
Sun, 31 May 2020 04:17:59 +0000 (21:17 -0700)
committerGitHub <noreply@github.com>
Sun, 31 May 2020 04:17:59 +0000 (21:17 -0700)
An example for restricting timeout in tests uses the old `make regress0` instead of the new `ctest -L regress0`

test/regress/README.md

index 28ccfb96b89d2027023effa911cd9d1e8d0a8d25..0dc1d4eb8ec6a121d5f70d1915eb6fe8da966b30 100644 (file)
@@ -12,7 +12,7 @@ By default, each invocation of CVC4 is done with a 10 minute timeout. To use a
 different timeout, set the `TEST_TIMEOUT` environment variable:
 
 ```
-TEST_TIMEOUT=0.5 make regress0
+TEST_TIMEOUT=0.5 ctest -L regress0
 ```
 
 This runs regression tests from level 0 with a 0.5 second timeout.