From e390d020d9efcc70143d58eb820efea2af4329ce Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Thu, 7 Mar 2013 18:16:28 +0100
Subject: [PATCH v2 12/18] build: Always run the unit tests regardless of the
 tools being built
Status: obsolete

These have no relation, so there's no point in making one conditional
to the other.
---
 Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 29a7762..b89cef1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -117,6 +117,7 @@ tools_nfctool_nfctool_SOURCES = tools/nfctool/main.c \
 					tools/nfctool/display.c
 
 tools_nfctool_nfctool_LDADD = @GLIB_LIBS@ @NETLINK_LIBS@
+endif
 
 unit_tests = unit/test-ndef-parse unit/test-ndef-build unit/test-snep-read
 
@@ -141,8 +142,6 @@ check_PROGRAMS = $(unit_tests)
 
 TESTS = $(unit_tests)
 
-endif
-
 include Makefile.plugins
 
 EXTRA_DIST += $(test_scripts)
-- 
1.8.3.1

