Rename the only test of the regression test suite to a more explicit name.

- While here, add assertions, enhance slightly the code and decrease the number of loop turns.
This commit is contained in:
Romain Tartiere 2010-08-13 18:34:30 +00:00
parent 57b775bae2
commit d7e0b926ac
3 changed files with 70 additions and 59 deletions

View file

@ -8,12 +8,12 @@ TESTS = run-test.sh
TESTS_ENVIRONMENT = NO_MAKE=yes CUTTER="$(CUTTER)"
noinst_LTLIBRARIES = \
test_access.la
test_access_storm.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
test_access_storm_la_SOURCES = test_access_storm.c
test_access_storm_la_LIBADD = $(top_builddir)/libnfc/libnfc.la
echo-cutter:
@echo $(CUTTER)