From: José Fonseca Date: Mon, 31 Oct 2011 07:38:48 +0000 (+0000) Subject: More doc. X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=commitdiff_plain;h=c6c0fc0dc18f1b8ac4ed5dd7748af9ef872a4d6a More doc. --- 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 diff --git a/README.md b/README.md deleted file mode 100644 index 7b7a7e6..0000000 --- a/README.md +++ /dev/null @@ -1,9 +0,0 @@ -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 diff --git a/apps/gl/README.markdown b/apps/gl/README.markdown new file mode 100644 index 0000000..1272a7c --- /dev/null +++ b/apps/gl/README.markdown @@ -0,0 +1,8 @@ +OpenGL test applications. + +The applications here were adapted from open-source demos suites (such as Mesa +demos suite), modified to be non-interactive. + +Rather than cover the full breadth of OpenGL functionality, the focus here is +to cover entrypoints that require special hand-written code to be +traced/retraced correctly.