summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-04-20 07:24:33 -0600
committerBrian Paul <brianp@vmware.com>2009-04-20 07:24:33 -0600
commit0ecdcc35ed7ea59d9843dd52a112024c56b501d0 (patch)
tree0c7783a0af81a022d222e89aea714c2903792263
parent51fb996eea4069a6706c2ce6bb00477bff17bd45 (diff)
Add occlusion_query to all.tests
-rw-r--r--tests/all.tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all.tests b/tests/all.tests
index f471d5aeb..f8fbd2427 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -61,6 +61,7 @@ mesa['crossbar'] = PlainExecTest([testBinDir + 'crossbar', '-auto'])
general = Group()
general['linestipple'] = PlainExecTest([testBinDir + 'linestipple', '-auto'])
+general['occlusion_query'] = PlainExecTest([testBinDir + 'occlusion_query', '-auto'])
general['texgen'] = PlainExecTest([testBinDir + 'texgen', '-auto'])
general['varray-disabled'] = PlainExecTest([testBinDir + 'varray-disabled', '-auto'])
general['windowoverlap'] = PlainExecTest([testBinDir + 'windowoverlap', '-auto'])