From 7ae1f6da18abbde326410791dfde3ce361550f88 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Tue, 7 Feb 2012 01:42:11 +0100 Subject: Clarify human readable description of non-obvious tests 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.: -- cgit v0.10.1