summaryrefslogtreecommitdiff
path: root/server/tests
diff options
context:
space:
mode:
authorMarc-Andre Lureau <marcandre.lureau@gmail.com>2016-01-22 18:14:02 +0100
committerFrediano Ziglio <fziglio@redhat.com>2016-02-03 17:33:15 +0000
commitdf7ba605030ed1eefd87f298dd98c498e2217d5b (patch)
treef1597ac2899a1e2f10c4a2c923761ac47d37142d /server/tests
parent56182be52204a052fbeb7aa828b1aadd61786816 (diff)
tests: link test-qxl-parsing with libserver
Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
index db2db2af..7fd7d66b 100644
--- a/server/tests/Makefile.am
+++ b/server/tests/Makefile.am
@@ -89,8 +89,4 @@ libstat_test3_a_CPPFLAGS = $(AM_CPPFLAGS) -DTEST_COMPRESS_STAT=1 -DTEST_RED_WORK
libstat_test4_a_SOURCES = stat-test.c
libstat_test4_a_CPPFLAGS = $(AM_CPPFLAGS) -DTEST_COMPRESS_STAT=1 -DTEST_RED_WORKER_STAT=1 -DTEST_NAME=stat_test4
-test_qxl_parsing_SOURCES = \
- test-qxl-parsing.c \
- ../red-parse-qxl.c \
- ../memslot.c \
- $(NULL)
+test_qxl_parsing_LDADD = ../libserver.la $(LDADD)