aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tom.gall@linaro.org>2013-04-22 19:06:54 -0500
committerTom Gall <tom.gall@linaro.org>2013-04-22 19:06:54 -0500
commit7041bc24ec5b047546dca968810f5cffe9931157 (patch)
tree6c02d074c81cadd7d0527f971dcf8f31ca7f02ae
parent1a8a0d455c010b94b576c13910f3d61d9359939e (diff)
Within generated_tests add specs/glsl-es-1.00/execution
to all_es2.tests.
-rw-r--r--tests/all_es2.tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all_es2.tests b/tests/all_es2.tests
index 715ad7fc..1d6e5352 100644
--- a/tests/all_es2.tests
+++ b/tests/all_es2.tests
@@ -112,6 +112,7 @@ for filename in os.listdir(testsDir + '/spec/glsl-es-1.00/compiler/structure-and
shader = Group()
spec['!glsl es 1.0 shader'] = shader
add_shader_test_dir(shader, os.path.join(testsDir, 'spec', 'glsl-es-1.00','execution'), recursive=True)
+add_shader_test_dir(shader, os.path.join(generatedTestDir, 'spec', 'glsl-es-1.00','execution'), recursive=True)
#glsl-es-1.00/compiler/arithmetic-operators/
#add_shader_es2_test_dir(shader, os.path.join(testsDir, 'shaders'), recursive=True)