libevdev/test/Makefile.am
Peter Hutterer 7c860d6002 Set up a test harness
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-06-04 11:39:33 +10:00

10 lines
279 B
Makefile

noinst_PROGRAMS = test-event-names
TESTS = $(noinst_PROGRAMS)
AM_CPPFLAGS = -I$(top_srcdir)/libevdev $(CHECK_CFLAGS)
libevdev_ldadd = $(top_builddir)/libevdev/libevdev.la
test_event_names_SOURCES = test-event-names.c
test_event_names_LDADD = $(libevdev_ldadd) $(CHECK_LIBS)