[Mesa-dev] [PATCH 02/26] glx/tests: Rename test as glx-test

Ian Romanick idr at freedesktop.org
Tue May 29 15:51:29 PDT 2012


From: Ian Romanick <ian.d.romanick at intel.com>

This matches the existing test in src/glsl/tests.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
---
 src/glx/tests/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/glx/tests/Makefile.am b/src/glx/tests/Makefile.am
index e7e2697..5ecebe7 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
-- 
1.7.6.5



More information about the mesa-dev mailing list