]> git.cworth.org Git - apitrace-tests/blobdiff - README.markdown
Check tri state.
[apitrace-tests] / README.markdown
index a2db32e4de94949dec74a121720adafc85bac468..91ff21af18d6e0d4e1e2980231a61d2951ff4d55 100644 (file)
@@ -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`.