X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=README.markdown;h=91ff21af18d6e0d4e1e2980231a61d2951ff4d55;hp=a2db32e4de94949dec74a121720adafc85bac468;hb=2a5b8c481348e3c6818612dfe71a34397604cdba;hpb=195b2e54eda22ea844af868ac6990c45e8772d37 diff --git a/README.markdown b/README.markdown index a2db32e..91ff21a 100644 --- a/README.markdown +++ b/README.markdown @@ -1,11 +1,15 @@ -This is an attempt to write an automated test suite for apitrace. +This is an automated test suite for apitrace. -It is still work in progress, and has a lot unfinished code/ideas. +In addition to apitrace requirements, it also requires: -To run the test suite do +* GLUT + +* GLEW + +To run the test suite do: cmake -DAPITRACE_BINARY_DIR=/path/to/apitrace/build/ . export CTEST_OUTPUT_ON_FAILURE=1 make all test -Detailed log will be written to Testing/Temporary/LastTest.log +Detailed log will be written to `Testing/Temporary/LastTest.log`.