aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2012-12-12 16:41:49 +0100
committerMarek Olšák <maraeo@gmail.com>2012-12-19 13:39:47 +0100
commite683b44a8643090fb502efb8663008d27d0b7b9c (patch)
tree682f8f2ef4593fa3c597243530efda44043b07a3
parented3575214b88e7c5ab5901ece044a1b6c144e442 (diff)
quick-driver.tests: add parser tests and pointAtten back
-rw-r--r--tests/quick-driver.tests5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/quick-driver.tests b/tests/quick-driver.tests
index b5c7c373..f7c1a0f7 100644
--- a/tests/quick-driver.tests
+++ b/tests/quick-driver.tests
@@ -6,12 +6,7 @@ global profile
execfile(os.path.dirname(__file__) + '/quick.tests')
-# These don't test the driver
-del profile.tests['glslparsertest']
-del profile.tests['asmparsertest']
-
# These take too long
-del profile.tests['glean']['pointAtten']
del profile.tests['shaders']['glsl-fs-inline-explosion']
del profile.tests['shaders']['glsl-fs-unroll-explosion']
del profile.tests['shaders']['glsl-vs-inline-explosion']