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>
This commit is contained in:
Ian Romanick 2012-05-29 15:20:21 -07:00
parent 2e8c866f10
commit ae376f0567
1 changed files with 4 additions and 4 deletions

View File

@ -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