mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-04-14 11:54:16 +00:00
Signed-off-by: Chase Douglas <chase.douglas@canonical.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
19 lines
425 B
Makefile
19 lines
425 B
Makefile
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 \
|
|
$(top_srcdir)/src/synproto.c \
|
|
$(fake_syms)
|
|
|
|
eventcomm_test_LDADD = $(MTDEV_LIBS)
|
|
endif
|
|
|
|
TESTS = $(noinst_PROGRAMS)
|
|
endif
|