summaryrefslogtreecommitdiff
path: root/tests/util/CMakeLists.gl.txt
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-05-02 14:35:56 -0700
committerEric Anholt <eric@anholt.net>2012-05-22 16:31:38 -0700
commit3e48bc4fe0fc0e2d8fce8201e91decf84aee2762 (patch)
tree06cf410fd5006c0cd9ce3f5e49e804d2ec36fb9d /tests/util/CMakeLists.gl.txt
parent211cb979299d76c027a391a273bf87421092f27a (diff)
Move minmax test infrastructure to piglitutil.
This also uses an obvious default value in the getters in case there's a GL error and the value isn't written to the pointer.
Diffstat (limited to 'tests/util/CMakeLists.gl.txt')
-rw-r--r--tests/util/CMakeLists.gl.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/util/CMakeLists.gl.txt b/tests/util/CMakeLists.gl.txt
index 7790e4f44..3d08b979b 100644
--- a/tests/util/CMakeLists.gl.txt
+++ b/tests/util/CMakeLists.gl.txt
@@ -14,6 +14,7 @@ set(UTIL_SOURCES
piglit-util-gl.c
piglit-vbo.cpp
sized-internalformats.c
+ minmax-test.c
)
IF(BUILD_GLX_TESTS)