]> git.cworth.org Git - apitrace-tests/commitdiff
More doc.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Mon, 31 Oct 2011 07:38:48 +0000 (07:38 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Mon, 31 Oct 2011 07:38:48 +0000 (07:38 +0000)
README.markdown [new file with mode: 0644]
README.md [deleted file]
apps/gl/README.markdown [new file with mode: 0644]

diff --git a/README.markdown b/README.markdown
new file mode 100644 (file)
index 0000000..7b7a7e6
--- /dev/null
@@ -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 (file)
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 (file)
index 0000000..1272a7c
--- /dev/null
@@ -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.