]> git.cworth.org Git - apitrace-tests/blob - README.markdown
Filter the difference to mitigate rasterization differences.
[apitrace-tests] / README.markdown
1 This is an automated test suite for apitrace.
2
3 In addition to apitrace requirements, it also requires:
4
5 * GLUT
6
7 * GLEW
8
9 To run the test suite do:
10
11     cmake -DAPITRACE_BINARY_DIR=/path/to/apitrace/build/ .
12     export CTEST_OUTPUT_ON_FAILURE=1
13     make all test
14
15 Detailed log will be written to `Testing/Temporary/LastTest.log`.