X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=README.markdown;h=91ff21af18d6e0d4e1e2980231a61d2951ff4d55;hp=a2db32e4de94949dec74a121720adafc85bac468;hb=11d5aa07e374c9041b33a898a3979aca31b3f419;hpb=bb92bb1130d7418b74cb1e60904cd6148b9d9fa7 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`.