From: José Fonseca Date: Fri, 25 Nov 2011 08:58:46 +0000 (+0000) Subject: Mention where test log are written. X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=commitdiff_plain;h=59e9ab545ce076d9624d8bc0cb3a95b637e40476 Mention where test log are written. --- diff --git a/README.markdown b/README.markdown index 7b7a7e6..9108088 100644 --- a/README.markdown +++ b/README.markdown @@ -5,5 +5,6 @@ It is still work in progress, and has a lot unfinished code/ideas. To run the test suite do cmake -DAPITRACE_BINARY_DIR=/path/to/apitrace/build/ . - make - make test + make all test + +Detailed log will be written to Testing/Temporary/LastTest.log