sdevent: Remove test from being built/run
The sdevent utility was replaced with use of sdeventplus and is no
longer used within any of the fan applications. Only the test code of
sdevent has continued to be built/run so its time to remove it.
sdevent was replaced by sdeventplus over a year ago by commit
1cfc2f11b13412a15f8478cebc35e50e6feb13a2
Tested:
sdevent tests no longer run
Change-Id: I090cddd6f9c04afdb902f830c16ddcc78a44db16
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index c0483fb..7e6f99e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
AM_DEFAULT_SOURCE_EXT = .cpp
-SUBDIRS = . sdevent/test evdevpp/test
+SUBDIRS = . evdevpp/test
if WANT_PRESENCE
SUBDIRS += presence
diff --git a/configure.ac b/configure.ac
index 7f0585f..86bca91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,5 +180,5 @@
])
# Create configured output
-AC_CONFIG_FILES([Makefile sdevent/test/Makefile evdevpp/test/Makefile presence/test/Makefile])
+AC_CONFIG_FILES([Makefile evdevpp/test/Makefile presence/test/Makefile])
AC_OUTPUT