From 37c45ff487e481713ee9a91439dc366c1c555450 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Thu, 7 Mar 2013 18:16:28 +0100
Subject: [PATCH v3 08/13] 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 fa57486..a472798 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -127,6 +127,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
 
@@ -153,8 +154,6 @@ check_PROGRAMS = $(unit_tests)
 
 TESTS = $(unit_tests)
 
-endif
-
 include Makefile.plugins
 
 EXTRA_DIST += $(test_scripts)
-- 
1.9.0.rc3.244.g3497008

