stl_dim
Marius Kintel 2011-04-29 12:02:54 -04:00
parent ffc2af4996
commit 869864678e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Adding a new regression test:
2) if the test is non-obvious, create a human readable description of the test in the same directory (e.g testdata/scad/mytest.txt)
3) if a new test app was written, this must be added to tests/CMakeLists
4) run the test with the environment variable TEST_GENERATE=1, e.g.:
$ ECAD_GENERATE=1 ctest -R mytest
$ 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)
6) run the test normally and verify that it passes: