From 869864678ed03307c73717ab7dbbcb9c753e035b Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Fri, 29 Apr 2011 12:02:54 -0400 Subject: [PATCH] typo --- doc/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/testing.txt b/doc/testing.txt index ee429f72..417a3b96 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -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: