aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Raita <kraita@google.com>2015-02-26 16:43:32 +0200
committerKalle Raita <kraita@google.com>2015-02-26 16:44:50 +0200
commit12e18fb3b0fa7bef8fa23cf67f8196a40a0f508a (patch)
tree418bbded5ef03ec64e150dc8a28605d83ae8e87a
parentc02358fd514e54a43bc102090c043ac3f8ee05f3 (diff)
downloadcherry-12e18fb3b0fa7bef8fa23cf67f8196a40a0f508a.tar.gz
Add caselist build instructions to README
-rw-r--r--README16
1 files changed, 15 insertions, 1 deletions
diff --git a/README b/README
index 3b69cc4..5154f07 100644
--- a/README
+++ b/README
@@ -31,7 +31,21 @@ is maintained by mingw-w64 project (http://mingw-w64.sourceforge.net/).
- Install 64-bit Go distribution.
-- Re-run go get ...go-sqlite3.
+
+Deqp integration
+----------------
+
+Cherry has been built for running deqp GPU tests. To get the deqp test lists for cherry:
+
+1. mkdir <path-to-cherry>/data
+
+2. Go to deqp dir
+
+3. python scripts/build_caselists.py <path-to-cherry>/data
+
+This will build deqp locally and dump the caselist from current binaries to the data dir.
+
+The process should be repeated every time new tests have been added.
Running Cherry