diff options
author | Eric Engestrom <[email protected]> | 2017-02-21 16:49:25 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2017-02-24 14:44:58 +0000 |
commit | 3cc33e7640114de3ea3f0618385fdd0ddffef13f (patch) | |
tree | 11edae525c5c58a79d51aefc0e0d387d5a44990b /src/glx/tests/Makefile.am | |
parent | caf4252a01dc95fbc47e8a50988040f67396b278 (diff) |
glx: add GLXdispatchIndex sort check
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/glx/tests/Makefile.am')
-rw-r--r-- | src/glx/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/tests/Makefile.am b/src/glx/tests/Makefile.am index bdc78c0d5af..8874c20b010 100644 --- a/src/glx/tests/Makefile.am +++ b/src/glx/tests/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS = \ $(LIBDRM_CFLAGS) \ $(X11_INCLUDES) -TESTS = glx-test +TESTS = glx-test dispatch-index-check check_PROGRAMS = glx-test glx_test_SOURCES = \ |