diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/testing.txt | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/doc/testing.txt b/doc/testing.txt index 66ceac2..61f6d75 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -1,7 +1,7 @@ Running regression tests: ------------------------- -Prerequisites: cmake, python +Prerequisites: cmake, python, OpenCSG with FBO patch from ../patches applied A) Building test environment @@ -30,8 +30,8 @@ $ make test Windows: $ nmake -f Makefile test -Headless servers (no X11): -$ Xvnc :5 -screen 0 800x600x24 & +Headless unix servers (no X11): +$ Xvfb :5 -screen 0 800x600x24 & $ DISPLAY=:5 make test Partial or extended test runs: @@ -44,7 +44,6 @@ $ ctest -C <configs> Adds extended tests belonging to configs. Examples - test all examples All - test everything - Adding a new regression test: ------------------------------ @@ -62,13 +61,6 @@ Adding a new regression test: Troubleshooting a failed test: ------------------------------ -You can run a single test by passing the test name to ctest: - $ ctest -R throwntogethertest_sphere - -You can run a series of tests by passing part of a name to ctest: - $ ctest -R cgalpng # runs all cgalpng tests - $ ctest -R sphere # runs all sphere tests - Logs of test runs are found in tests/build/Testing/Temporary Expected results are found in tests/regression/* Actual results are found in tests/build/testname-output/* |