From: José Fonseca Date: Sun, 11 Dec 2011 10:59:18 +0000 (+0000) Subject: Update readme. X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=commitdiff_plain;h=11d5aa07e374c9041b33a898a3979aca31b3f419 Update readme. --- 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`.