summaryrefslogtreecommitdiff
path: root/src/glx/tests
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2012-05-29 15:20:21 -0700
committerIan Romanick <ian.d.romanick@intel.com>2012-06-13 11:50:24 -0700
commitae376f056791607017908e726b14ce1202edc33b (patch)
tree4a1674268023f5109aa9ecedc1c17971399674d9 /src/glx/tests
parent2e8c866f104202a1c05a7036b44b0c8c434b9ef3 (diff)
glx/tests: Rename test as glx-test
This matches the existing test in src/glsl/tests. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/glx/tests')
-rw-r--r--src/glx/tests/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/glx/tests/Makefile.am b/src/glx/tests/Makefile.am
index e7e2697cb9d..5ecebe7710a 100644
--- a/src/glx/tests/Makefile.am
+++ b/src/glx/tests/Makefile.am
@@ -6,15 +6,15 @@ AM_CPPFLAGS = \
$(X11_CFLAGS)
if HAVE_XCB_GLX_CREATE_CONTEXT
-TESTS = glx_unittest
-check_PROGRAMS = glx_unittest
+TESTS = glx-test
+check_PROGRAMS = glx-test
-glx_unittest_SOURCES = \
+glx_test_SOURCES = \
clientinfo_unittest.cpp \
create_context_unittest.cpp \
fake_glx_screen.cpp
-glx_unittest_LDADD = \
+glx_test_LDADD = \
$(top_builddir)/src/glx/libglx.la \
$(top_builddir)/src/gtest/libgtest.la \
-lpthread