summaryrefslogtreecommitdiffstats
path: root/evdevpp/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'evdevpp/test/Makefile.am')
-rw-r--r--evdevpp/test/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/evdevpp/test/Makefile.am b/evdevpp/test/Makefile.am
new file mode 100644
index 0000000..36455d7
--- /dev/null
+++ b/evdevpp/test/Makefile.am
@@ -0,0 +1,8 @@
+AM_CPPFLAGS = -iquote$(top_srcdir)
+gtest_cflags = $(PTHREAD_CFLAGS)
+gtest_ldadd = -lgtest -lgtest_main -lgmock $(PTHREAD_LIBS)
+
+check_PROGRAMS =
+noinst_PROGRAMS =
+
+TESTS = $(check_PROGRAMS)
OpenPOWER on IntegriCloud