You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/run_ctest/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@ p_input = {
24
24
```
25
25
"maven_args": ["-DfailIfNoTests=false"]
26
26
```
27
+
27
28
*If you want to run a single ctest, change the "run_mode" in program_input.py to "run_single_ctest"
28
29
29
-
*Second*, run `./run_ctest.sh` for whole ctests or run `./run_ctest.sh *ctestname*` for a single ctest. Each correctly formatted configuration file in the `conf_file_dir` folder will be tested sequentially.
0 commit comments