Skip to content

Commit

Permalink
evdevpp: Remove test from being built/run
Browse files Browse the repository at this point in the history
The evdevpp test application is not actually running any tests under
`make check`. This test also is the last remaining area that utilizes
the deprecated and unused sdevent utility so remove it from being built
and run since its really not doing anything of value currently.

When time permits, the evdevpp test could be updated and re-enabled.
#22

Tested:
    evdevpp tests no longer run

Change-Id: I0c91f6c08a02751ebec3b4f19942f1552378a894
Signed-off-by: Matthew Barth <[email protected]>
  • Loading branch information
msbarth committed May 28, 2020
1 parent 1a97b51 commit ab0fc8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AM_DEFAULT_SOURCE_EXT = .cpp

SUBDIRS = . evdevpp/test
SUBDIRS = .

if WANT_PRESENCE
SUBDIRS += presence
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,5 @@ AS_IF([test "x$enable_monitor" != "xno"], [
])

# Create configured output
AC_CONFIG_FILES([Makefile evdevpp/test/Makefile presence/test/Makefile])
AC_CONFIG_FILES([Makefile presence/test/Makefile])
AC_OUTPUT

0 comments on commit ab0fc8a

Please sign in to comment.