mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-07-21 03:01:49 +00:00
Add a regression test directory.
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user