diff options
| -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 f690939..542de5d 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -41,7 +41,7 @@ Adding a new regression test:  ------------------------------  1) create a test file at an appropriate location under testdata/ -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) +2) if the test is non-obvious, create a human readable description as comments in the test (or in another file in the same directory in case the file isn't human readable)  3) if a new test app was written, this must be added to tests/CMakeLists.txt  4) Add the tests to the test apps for which you want them to run (in tests/CMakeLists.txt)  5) run the test with the environment variable TEST_GENERATE=1, e.g.: | 
