From 47c042a559d5359a804cd790f3d8df6df6ccb002 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Sun, 19 Jan 2014 10:18:10 -0500 Subject: minor clarification 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 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) -- cgit v0.10.1