diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2009-07-16 13:16:10 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2009-07-16 13:16:10 -0700 |
commit | 30b3cd5ce7bc71b85eea46c3856890322defe4a2 (patch) | |
tree | c4dc9d8cfa917e6d4c43351d06912c060a5f7381 /tests/CMakeLists.txt | |
parent | 54562c7bfa0bd2b19ee3dbb2820796927942617d (diff) |
Tests and framework for exercising the assembly shader compiler
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 d54edbe7b..cdd3a4e1e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -5,6 +5,7 @@ add_subdirectory (fbo) add_subdirectory (general) add_subdirectory (glean) add_subdirectory (glslparsertest) +add_subdirectory (asmparsertest) add_subdirectory (mesa) add_subdirectory (shaders) add_subdirectory (texturing) |