summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
deleted file mode 100644
index 5dd8cdb..0000000
--- a/test/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-if ENABLE_UNIT_TESTS
-AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include
-AM_CFLAGS = $(XORG_CFLAGS) $(CWARNFLAGS)
-fake_syms = fake-symbols.c fake-symbols.h
-
-if BUILD_EVENTCOMM
-noinst_PROGRAMS = eventcomm-test
-
-eventcomm_test_SOURCES = eventcomm-test.c\
- $(top_srcdir)/src/eventcomm.c \
- $(fake_syms)
-endif
-
-TESTS = $(noinst_PROGRAMS)
-endif