diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-09-18 22:53:33 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-09-18 22:53:33 (GMT) |
commit | 0b219ae4b46bbab5593d0ee644d7f6bcdb36d17e (patch) | |
tree | 83da7c12741a0409531657cac4a4217cf8e76727 /doc/testing.txt | |
parent | 6d70855a4d92a7aafbc21fdd97c570e9ef227182 (diff) |
opencsg testing
Diffstat (limited to 'doc/testing.txt')
-rw-r--r-- | doc/testing.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/testing.txt b/doc/testing.txt index b64d5a4..26000c6 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -27,3 +27,18 @@ Adding a new regression test: Note that test files which don't have an *-expected.<suffix> file will be ignored for the test apps in question. + +Troubleshooting a failed test: +------------------------------ + +You can run a single test by running + $ ctest -R testname + +You can run a series by running + $ 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/* + |