summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-06-05 15:31:00 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-06-27 10:41:52 +1000
commita2e058bc8b596f4e77232409a5a6919c892815cc (patch)
tree49e1dbe2219ba9beb84b3ceed6b0cd4886eee9c1 /test/Makefile.am
parenteda87cdf919fb65eb630d33d387a091ed866391c (diff)
downloadlibevdev-a2e058bc8b596f4e77232409a5a6919c892815cc.tar.gz
Add a test for event the various libevdev_has_event * functions
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index d8a6c86..578cbb7 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,4 +1,4 @@
-noinst_PROGRAMS = test-event-names test-libevdev-init
+noinst_PROGRAMS = test-event-names test-libevdev-init test-libevdev-has-event
TESTS = $(noinst_PROGRAMS)
@@ -12,3 +12,6 @@ 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)
+
+test_libevdev_has_event_SOURCES = test-libevdev-has-event.c $(common_sources)
+test_libevdev_has_event_LDADD = $(libevdev_ldadd) $(CHECK_LIBS)