X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=README.markdown;fp=README.markdown;h=7b7a7e67ba4f0c22447b7d62cbb1994c6e3628bb;hp=0000000000000000000000000000000000000000;hb=c6c0fc0dc18f1b8ac4ed5dd7748af9ef872a4d6a;hpb=007d3dd1a9ca4b00cdb81d7b72a608687c024d50 diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..7b7a7e6 --- /dev/null +++ b/README.markdown @@ -0,0 +1,9 @@ +This is an attempt to write an automated test suite for apitrace. + +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