From 3f185cc2363d4f9c97f93a73a611a1fe151db457 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Thu, 7 Mar 2013 18:16:28 +0100
Subject: [PATCH 12/15] 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 febe39e..b25c74b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -107,6 +107,7 @@ tools_nfctool_nfctool_SOURCES = tools/nfctool/main.c \
 					tools/nfctool/llcp-decode.c
 
 tools_nfctool_nfctool_LDADD = @GLIB_LIBS@ @NETLINK_LIBS@
+endif
 
 unit_tests = unit/test-ndef-parse unit/test-ndef-build
 
@@ -124,8 +125,6 @@ check_PROGRAMS = $(unit_tests)
 
 TESTS = $(unit_tests)
 
-endif
-
 include Makefile.plugins
 
 EXTRA_DIST += $(test_scripts)
-- 
1.8.2.rc2

