]> git.cworth.org Git - apitrace-tests/blobdiff - README.markdown
Be more lenient with shader matching.
[apitrace-tests] / README.markdown
index 28204282f236c039f845b8a1af123426c77c837c..2ce2f89588a13ece6aa451872832442a00437aac 100644 (file)
@@ -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
 
@@ -16,6 +16,7 @@ Or on Windows:
 
     cmake -G "Visual Studio 10" -H. -B.\build
     cmake --build .\build --target ALL_BUILD
+    set CTEST_OUTPUT_ON_FAILURE=1
     cmake --build .\build --target RUN_TESTS
 
 A detailed log will be written to `Testing/Temporary/LastTest.log`.