From ca1fc02d6e7789e9db073701d72e2e4988ab9969 Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Sun, 13 Feb 2011 14:26:18 +0000 Subject: [PATCH] Do not systematically build the tests if cutter is installed. Building them only when running the test-suite is probably enough. --- test/Makefile.am | 2 +- test/common/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 912f635..6d03098 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -12,7 +12,7 @@ if WITH_CUTTER TESTS = run-test.sh TESTS_ENVIRONMENT = NO_MAKE=yes CUTTER="$(CUTTER)" -noinst_LTLIBRARIES = \ +check_LTLIBRARIES = \ test_mad.la \ test_mifare_application.la \ test_mifare_classic.la \ diff --git a/test/common/Makefile.am b/test/common/Makefile.am index 2693601..9750b1e 100644 --- a/test/common/Makefile.am +++ b/test/common/Makefile.am @@ -5,7 +5,7 @@ AM_CFLAGS = @LIBNFC_CFLAGS@ if WITH_CUTTER -noinst_LTLIBRARIES = \ +check_LTLIBRARIES = \ libtestcommon.la libtestcommon_la_SOURCES = mifare_desfire_auto_authenticate.c \