Skip to content

Commit

Permalink
Update regressiontest readme for FILES option
Browse files Browse the repository at this point in the history
  • Loading branch information
ckendrick committed Jul 19, 2024
1 parent b14343c commit d513565
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions regression_tests/REGRESSIONTEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ How to add a new regression test
3. Source the common.sh at the top of this file.
4. Specify the commands used to run the regression test in the CMDS array.
5. Add the type of test: TYPE="DMD" or TYPE="PROM"
6. Set OFFSET to the number of header lines in this test's generated solution file.
7. Call run_tests.
6. Set OFFSET to the number of header lines in this test's generated solution file. These lines will be removed before comparing solutions.
7. (Optional) Specify a custom list of files (text-only) to compare in the FILES array. When FILES is defined, only those files will be compared, all other files will be ignored.
8. Call run_tests.

0 comments on commit d513565

Please sign in to comment.