diff options
author | Eric Anholt <eric@anholt.net> | 2009-04-30 13:24:30 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-04-30 14:36:24 -0700 |
commit | 528e0ecf1a0043b618e9d83a2ba1786006cd1ddb (patch) | |
tree | 077dc05c5623f492f1363efe25ff2f8702353ebe /tests/CMakeLists.txt | |
parent | 392326d6906b8e02074862f8d9db52df9dc05b59 (diff) |
Add a GLSL parser test runner.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index dcae187f7..d54edbe7b 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -4,6 +4,7 @@ add_subdirectory (bugs) add_subdirectory (fbo) add_subdirectory (general) add_subdirectory (glean) +add_subdirectory (glslparsertest) add_subdirectory (mesa) add_subdirectory (shaders) add_subdirectory (texturing) |