Add iotest for sdevent io wrapper
Change-Id: I5f3054720e9c48248351c398b58f98f499799a0a
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/sdevent/test/Makefile.am b/sdevent/test/Makefile.am
index 56c3ab3..39790de 100644
--- a/sdevent/test/Makefile.am
+++ b/sdevent/test/Makefile.am
@@ -5,3 +5,21 @@
check_PROGRAMS =
TESTS = $(check_PROGRAMS)
+
+check_PROGRAMS += iotest
+iotest_SOURCES = \
+ iotest.cpp
+iotest_CXXFLAGS = \
+ $(gtest_cflags) \
+ $(PHOSPHOR_DBUS_INTERFACES_CFLAGS) \
+ $(PHOSPHOR_LOGGING_CFLAGS) \
+ $(SDBUSPLUS_CFLAGS) \
+ $(SYSTEMD_CFLAGS)
+iotest_LDFLAGS = \
+ $(OESDK_TESTCASE_FLAGS)
+iotest_LDADD = \
+ $(gtest_ldadd) \
+ $(PHOSPHOR_DBUS_INTERFACES_LIBS) \
+ $(PHOSPHOR_LOGGING_LIBS) \
+ $(SDBUSPLUS_LIBS) \
+ $(SYSTEMD_LIBS)