From 11d5aa07e374c9041b33a898a3979aca31b3f419 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Sun, 11 Dec 2011 10:59:18 +0000 Subject: [PATCH] Update readme. --- README.markdown | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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`. -- 2.43.0