diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2010-05-13 20:29:51 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-05-14 09:29:52 -0400 |
commit | fe6b048afbf76904a4b265c7019fe75476d618af (patch) | |
tree | 93a4509b668d2c54ea61ecf8eea36c25db5599fe /tests/CMakeLists.txt | |
parent | 2ccc82fc747ed5516d63112e424cc8d356c66773 (diff) |
Add the start of an EGL test suite and a EGL_NOK_swap_region test
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 ca4f2ce96..a8aa8a9ed 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -5,6 +5,7 @@ add_subdirectory (fbo) add_subdirectory (general) add_subdirectory (glean) add_subdirectory (glx) +add_subdirectory (egl) add_subdirectory (glslparsertest) add_subdirectory (asmparsertest) add_subdirectory (shaders) |