From aa21cda5c70a50561006da6fe9baad80c752f6bf Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Sat, 30 Oct 2010 22:40:24 +0200 Subject: How to run tests diff --git a/doc/testing.txt b/doc/testing.txt index e3856b0..ee429f7 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -1,4 +1,18 @@ +Running regression tests: +------------------------- + +Prerequisites: cmake, python + +cd tests +mkdir build +cd build +cmake .. +make +make test + + 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) -- cgit v0.10.1