summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNanley Chery <nanley.g.chery@intel.com>2015-07-10 16:01:37 -0700
committerNanley Chery <nanley.g.chery@intel.com>2015-07-10 16:01:37 -0700
commit67793b1572a7d523b16771899847cf53f5f756c2 (patch)
tree57ad21937d1c0932911a2caab867a2b3133a3787
parent95d2883508b648001f1dd6d957886e8c65cc8c00 (diff)
add support for piglit subtests
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index aec43ed..5a49ad3 100644
--- a/Makefile
+++ b/Makefile
@@ -14,11 +14,11 @@ ktxes:
test:
ninja -C ~/repos/piglit2
- MESA_DEBUG=1 ~/repos/piglit2/bin/oes_compressed_astc-miptree hdr
+ MESA_DEBUG=1 ~/repos/piglit2/bin/khr_compressed_astc-miptree_gl
debug:
ninja -C ~/repos/piglit2
- MESA_DEBUG=1 gdb --args ~/repos/piglit2/bin/oes_compressed_astc-miptree ldr
+ MESA_DEBUG=1 gdb --args ~/repos/piglit2/bin/khr_compressed_astc-miptree_gl
clean:
cd ..