Do not systematically build the tests if cutter is installed.

Building them only when running the test-suite is probably enough.
This commit is contained in:
Romain Tartiere 2011-02-13 14:26:18 +00:00
parent 45ea1f5009
commit ca1fc02d6e
2 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -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 \