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:
parent
45ea1f5009
commit
ca1fc02d6e
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue