clarification

stl_dim
Marius Kintel 2011-09-04 02:56:11 +02:00
parent 2af8a70b71
commit 661a344ab8
1 changed files with 1 additions and 1 deletions

View File

@ -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