Rework unit tests using cutter.
This commit is contained in:
parent
935ab47c54
commit
c1bcb966ea
24 changed files with 675 additions and 2277 deletions
31
test/Makefile.am
Normal file
31
test/Makefile.am
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# $Id$
|
||||
|
||||
TESTS = run-test.sh
|
||||
TESTS_ENVIRONMENT = NO_MAKE=yes CUTTER="$(CUTTER)"
|
||||
|
||||
noinst_LTLIBRARIES = \
|
||||
test_mad.la \
|
||||
test_mifare_classic.la \
|
||||
test_mifare_classic_create_trailer_block.la \
|
||||
test_mifare_classic_application.la
|
||||
|
||||
INCLUDES = $(CUTTER_CFLAGS) -I$(top_srcdir)/libfreefare
|
||||
LIBS = $(CUTTER_LIBS)
|
||||
|
||||
AM_LDFLAGS = -module -rpath $(libdir) -avoid-version -no-undefined
|
||||
|
||||
test_mad_la_SOURCES = test_mad.c
|
||||
test_mad_la_LIBADD = $(top_srcdir)/libfreefare/libfreefare.la
|
||||
|
||||
test_mifare_classic_la_SOURCES = test_mifare_classic.c \
|
||||
mifare_classic_fixture.c
|
||||
test_mifare_classic_la_LIBADD = $(top_srcdir)/libfreefare/libfreefare.la
|
||||
|
||||
test_mifare_classic_create_trailer_block_la_SOURCES = test_mifare_classic_create_trailer_block.c
|
||||
test_mifare_classic_create_trailer_block_la_LIBADD = $(top_srcdir)/libfreefare/libfreefare.la
|
||||
|
||||
test_mifare_classic_application_la_SOURCES = test_mifare_classic_application.c
|
||||
test_mifare_classic_application_la_LIBADD = $(top_srcdir)/libfreefare/libfreefare.la
|
||||
|
||||
echo-cutter:
|
||||
@echo $(CUTTER)
|
||||
Loading…
Add table
Add a link
Reference in a new issue