diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-04 00:56:11 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-04 00:56:11 (GMT) |
commit | 661a344ab8cbe17b5164afedd856ec10a8fde151 (patch) | |
tree | 5ea9ba81d74e5b3bc4c9373e1e737e9f5a272641 /doc/testing.txt | |
parent | 2af8a70b71c540b19d87ffb84eb26e7e2f7d0726 (diff) |
clarification
Diffstat (limited to 'doc/testing.txt')
-rw-r--r-- | doc/testing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/testing.txt b/doc/testing.txt index 417a3b9..5268e84 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -20,7 +20,7 @@ Adding a new regression test: 4) run the test with the environment variable TEST_GENERATE=1, e.g.: $ TEST_GENERATE=1 ctest -R mytest (this will generate a mytest-expected.txt file which is used for regression testing) -5) manually verify that the output is correct (test-data/scad/mytest-expected.txt) +5) manually verify that the output is correct (tests/regression/<testapp>/mytest-expected.<suffix>) 6) run the test normally and verify that it passes: $ ctest -R mytest |