summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--sdevent/test/.gitignore0
-rw-r--r--sdevent/test/Makefile.am7
4 files changed, 9 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 73d8e41..2e3d3ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ libfan_la_SOURCES = \
utility.cpp \
timer.cpp
-SUBDIRS = . test
+SUBDIRS = . test sdevent/test
if WANT_PRESENCE
SUBDIRS += presence
diff --git a/configure.ac b/configure.ac
index f4c321d..e9b8065 100644
--- a/configure.ac
+++ b/configure.ac
@@ -161,5 +161,5 @@ AS_IF([test "x$enable_monitor" != "xno"], [
])
# Create configured output
-AC_CONFIG_FILES([Makefile test/Makefile])
+AC_CONFIG_FILES([Makefile test/Makefile sdevent/test/Makefile])
AC_OUTPUT
diff --git a/sdevent/test/.gitignore b/sdevent/test/.gitignore
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/sdevent/test/.gitignore
diff --git a/sdevent/test/Makefile.am b/sdevent/test/Makefile.am
new file mode 100644
index 0000000..56c3ab3
--- /dev/null
+++ b/sdevent/test/Makefile.am
@@ -0,0 +1,7 @@
+AM_CPPFLAGS = -iquote$(top_srcdir)
+gtest_cflags = $(PTHREAD_CFLAGS)
+gtest_ldadd = -lgtest -lgtest_main -lgmock $(PTHREAD_LIBS)
+
+check_PROGRAMS =
+
+TESTS = $(check_PROGRAMS)
OpenPOWER on IntegriCloud