diff options
author | Guillem Jover <guillem@hadrons.org> | 2014-09-27 15:47:44 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2014-10-20 01:18:15 +0200 |
commit | 0e5b2cb822232bd59a2d0fbe633208cd4260778b (patch) | |
tree | 992e648185191700e13a2597e663c6c0288a235c | |
parent | 6e6bf7ebccaa150f775bcd1a03dc68bd0aacb0f8 (diff) | |
download | neard-0e5b2cb822232bd59a2d0fbe633208cd4260778b.tar.gz neard-0e5b2cb822232bd59a2d0fbe633208cd4260778b.tar.bz2 neard-0e5b2cb822232bd59a2d0fbe633208cd4260778b.zip |
build: Always run the unit tests regardless of the tools being built
These have no relation, so there's no point in making one conditional
to the other.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index e92d48e..0010f90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -187,6 +187,7 @@ tools_nfctool_nfctool_SOURCES = tools/nfctool/main.c \ tools/nfctool/display.c tools_nfctool_nfctool_LDADD = ${GLIB_LIBS} ${NETLINK_LIBS} +endif tools_nfctool_nfctool_CPPFLAGS = ${GLIB_CFLAGS} ${DBUS_CFLAGS} ${NETLINK_CFLAGS} \ -DNEAR_PLUGIN_BUILTIN \ @@ -219,8 +220,6 @@ check_PROGRAMS = $(unit_tests) TESTS = $(unit_tests) -endif - include Makefile.plugins EXTRA_DIST += $(test_scripts) |