diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-10-09 01:02:40 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-10-09 01:02:40 (GMT) |
commit | 589991c41e5420e68a8504670c25b0dba9e6628e (patch) | |
tree | 792553691ad1d6a1c5258d532003e1eea900ffec /doc/testing.txt | |
parent | 872fc643218ef642544612954272e89629e145c5 (diff) |
Linux offscreen OpenGL using glxpixmaps. also fix FBO ARB/EXT issues
Diffstat (limited to 'doc/testing.txt')
-rw-r--r-- | doc/testing.txt | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/testing.txt b/doc/testing.txt index 26000c6..e6645fc 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -31,14 +31,17 @@ 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 single test by passing the test name to ctest: + $ ctest -R throwntogethertest_sphere -You can run a series by running +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/* +You can also compile a single test program: + + $ make cgalpngtest |