diff options
author | Marius Kintel <marius@kintel.net> | 2011-04-29 16:02:54 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-04-29 16:02:54 (GMT) |
commit | 869864678ed03307c73717ab7dbbcb9c753e035b (patch) | |
tree | 6e6211d3dd4abef7ee14a0bf7ad995b701a40f7c | |
parent | ffc2af4996f97b9d2387bdd5baf50c1d5460d7f4 (diff) |
typo
-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 ee429f7..417a3b9 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: |