diff options
author | Marius Kintel <marius@kintel.net> | 2014-01-19 15:18:10 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2014-01-19 15:18:10 (GMT) |
commit | 47c042a559d5359a804cd790f3d8df6df6ccb002 (patch) | |
tree | b996729bb5999df3612fab14613944af5ff81611 | |
parent | 87231f31346149302c5930748ff389d65eadbeb9 (diff) |
minor clarification
-rw-r--r-- | doc/testing.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/testing.txt b/doc/testing.txt index ee560a5..311f0b8 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -3,10 +3,8 @@ Running regression tests: Prerequisites: cmake, python, ImageMagick 6.5.9.3 or newer -First, get a working qmake GUI build of the main openscad binary. It is -used by the tests. Next, get MCAD installed by using - - 'git submodule update --init' +First, get a working qmake GUI build of the main openscad binary and install MCAD. +See the main README. A) Building test environment @@ -38,10 +36,11 @@ $ ctest -C <configs> Adds extended tests belonging to configs. Default - Run default tests Heavy - Run more time consuming tests (> ~10 seconds) Examples - test all examples + Bugs - test known bugs (tests will fail) All - test everything -Adding a new regression test: ------------------------------- +Adding a new test: +------------------ 1) create a test file at an appropriate location under testdata/ 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) |