summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2013-11-23 12:59:01 -0800
committerKristian Høgsberg <krh@bitplanet.net>2013-11-23 12:59:27 -0800
commit89eebb7cebda60b1689209b9553ccf9a6d6a2af2 (patch)
tree4695d8599f9fea9ec1d6f770bdf32a4f9a7686a1 /tests
parent9ab771d6d55b12ebb610a54fbaf2f0090d5e1a56 (diff)
tests: Remove an unecessary Makefile.am variable
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4121c117..17fc2b47 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -8,8 +8,6 @@ module_tests = \
surface-test.la \
surface-global-test.la
-weston_test = weston-test.la
-
weston_tests = \
bad_buffer.weston \
keyboard.weston \
@@ -33,7 +31,7 @@ clean-local:
export abs_builddir
noinst_LTLIBRARIES = \
- $(weston_test) \
+ weston-test.la \
$(module_tests) \
libtest-runner.la \
libtest-client.la
@@ -57,8 +55,7 @@ surface_global_test_la_LDFLAGS = -module -avoid-version -rpath $(libdir)
surface_test_la_SOURCES = surface-test.c
surface_test_la_LDFLAGS = -module -avoid-version -rpath $(libdir)
-weston_test_la_LIBADD = $(COMPOSITOR_LIBS) \
- ../shared/libshared.la
+weston_test_la_LIBADD = $(COMPOSITOR_LIBS) ../shared/libshared.la
weston_test_la_LDFLAGS = -module -avoid-version -rpath $(libdir)
weston_test_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS)
weston_test_la_SOURCES = \
@@ -77,6 +74,7 @@ config_parser_test_LDADD = \
$(COMPOSITOR_LIBS)
config_parser_test_SOURCES = \
config-parser-test.c
+
vertex_clip_test_SOURCES = \
vertex-clip-test.c \
../src/vertex-clipping.c \