X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=README.markdown;h=a2db32e4de94949dec74a121720adafc85bac468;hp=7b7a7e67ba4f0c22447b7d62cbb1994c6e3628bb;hb=aa13e7345a0c2d2ce48943b50ac3948428397872;hpb=c6c0fc0dc18f1b8ac4ed5dd7748af9ef872a4d6a diff --git a/README.markdown b/README.markdown index 7b7a7e6..a2db32e 100644 --- a/README.markdown +++ b/README.markdown @@ -5,5 +5,7 @@ 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 + export CTEST_OUTPUT_ON_FAILURE=1 + make all test + +Detailed log will be written to Testing/Temporary/LastTest.log