libevdev/test/Makefile.am
Peter Hutterer 645d5d3a64 test: add infrastructure for uinput device tests
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-06-26 17:47:24 +10:00

14 lines
502 B
Makefile

noinst_PROGRAMS = test-event-names test-libevdev-init
TESTS = $(noinst_PROGRAMS)
common_sources = test-common-uinput.c test-common-uinput.h
AM_CPPFLAGS = -I$(top_srcdir)/libevdev $(CHECK_CFLAGS)
libevdev_ldadd = $(top_builddir)/libevdev/libevdev.la
test_event_names_SOURCES = test-event-names.c $(common_sources)
test_event_names_LDADD = $(libevdev_ldadd) $(CHECK_LIBS)
test_libevdev_init_SOURCES = test-libevdev-init.c $(common_sources)
test_libevdev_init_LDADD = $(libevdev_ldadd) $(CHECK_LIBS)