summaryrefslogtreecommitdiff
path: root/tests/all.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all.py')
-rw-r--r--tests/all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.py b/tests/all.py
index a67e725af..ea5eadd2c 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -1910,7 +1910,7 @@ add_plain_test(arb_robustness, 'arb_robustness_client-mem-bounds')
arb_shader_texture_lod = {}
spec['ARB_shader_texture_lod'] = arb_shader_texture_lod
import_glsl_parser_tests(arb_shader_texture_lod,
- os.path.join(testsDir, 'spec', 'arb_shader_texture_lod'),
+ os.path.join(generatedTestDir, 'spec', 'arb_shader_texture_lod'),
['compiler'])
arb_shader_texture_lod['execution'] = {}
add_shader_test_dir(arb_shader_texture_lod['execution'],