aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-07-16 13:16:10 -0700
committerIan Romanick <ian.d.romanick@intel.com>2009-07-16 13:16:10 -0700
commit30b3cd5ce7bc71b85eea46c3856890322defe4a2 (patch)
treec4dc9d8cfa917e6d4c43351d06912c060a5f7381 /tests/CMakeLists.txt
parent54562c7bfa0bd2b19ee3dbb2820796927942617d (diff)
Tests and framework for exercising the assembly shader compiler
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index d54edbe7..cdd3a4e1 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)