diff options
author | Marius Kintel <marius@kintel.net> | 2012-02-07 00:42:11 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-02-07 00:42:11 (GMT) |
commit | 7ae1f6da18abbde326410791dfde3ce361550f88 (patch) | |
tree | 4e8b9b59cdc60bbdd15a1dd050960d324bfb93e1 /doc/testing.txt | |
parent | b99f9306a6a907c9ce28ef71898fb39016a20867 (diff) |
Clarify human readable description of non-obvious tests
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 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.: |