Add a regression test directory.
This commit is contained in:
parent
f237d44339
commit
9cc31f6aad
5 changed files with 107 additions and 1 deletions
24
test/Makefile.am
Normal file
24
test/Makefile.am
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# $Id$
|
||||
|
||||
INCLUDES = $(CUTTER_CFLAGS) $(LIBNFC_CFLAGS)
|
||||
LIBS = $(CUTTER_LIBS)
|
||||
|
||||
if WITH_CUTTER
|
||||
TESTS = run-test.sh
|
||||
TESTS_ENVIRONMENT = NO_MAKE=yes CUTTER="$(CUTTER)"
|
||||
|
||||
noinst_LTLIBRARIES = \
|
||||
test_access.la
|
||||
|
||||
AM_LDFLAGS = -module -rpath $(libdir) -avoid-version -no-undefined
|
||||
|
||||
test_access_la_SOURCES = test_access.c
|
||||
test_access_la_LIBADD = $(top_builddir)/libnfc/libnfc.la
|
||||
|
||||
echo-cutter:
|
||||
@echo $(CUTTER)
|
||||
|
||||
EXTRA_DIST = run-test.sh
|
||||
CLEANFILES = *.gcno
|
||||
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue