X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=README.markdown;h=c32d9e62a32906f1310aea079edf6a1ce5707624;hp=28204282f236c039f845b8a1af123426c77c837c;hb=660ae172b47404abb185e2ab74deac02cda7260e;hpb=276ee5387182ca865c00500013877b6cc2d5c77e diff --git a/README.markdown b/README.markdown index 2820428..c32d9e6 100644 --- a/README.markdown +++ b/README.markdown @@ -8,7 +8,7 @@ In addition to apitrace requirements, it also requires: To run the test suite do on Unices: - cmake -DAPITRACE_EXECUTABLE=/path/to/apitrace -H. -B./build + cmake -DAPITRACE_SOURCE_DIR=/path/to/apitrace/tree -DAPITRACE_EXECUTABLE=/path/to/apitrace/build/apitrace -H. -B./build export CTEST_OUTPUT_ON_FAILURE=1 make -C ./build all test