]> git.cworth.org Git - apitrace-tests/blob - README.markdown
Update for floating point precision changes.
[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 on Unices:
10
11     cmake -DAPITRACE_SOURCE_DIR=/path/to/apitrace/tree -DAPITRACE_EXECUTABLE=/path/to/apitrace/build/apitrace -H. -B./build
12     export CTEST_OUTPUT_ON_FAILURE=1
13     make -C ./build all test
14
15 Or on Windows:
16
17     cmake -G "Visual Studio 10" -H. -B.\build
18     cmake --build .\build --target ALL_BUILD
19     cmake --build .\build --target RUN_TESTS
20
21 A detailed log will be written to `Testing/Temporary/LastTest.log`.