test/test_dep_active: add new DEP active test

This commit is contained in:
Audrey Diacre 2011-12-09 13:55:35 +00:00
parent cc2622c49f
commit 1e66caecd6
2 changed files with 283 additions and 0 deletions

View file

@ -9,6 +9,7 @@ TESTS_ENVIRONMENT = NO_MAKE=yes CUTTER="$(CUTTER)"
cutter_unit_test_libs = \
test_access_storm.la \
test_dep_active.la \
test_dep_passive.la \
test_register_access.la \
test_register_endianness.la
@ -24,6 +25,9 @@ AM_LDFLAGS = -module -rpath $(libdir) -avoid-version -no-undefined
test_access_storm_la_SOURCES = test_access_storm.c
test_access_storm_la_LIBADD = $(top_builddir)/libnfc/libnfc.la
test_dep_active_la_SOURCES = test_dep_active.c
test_dep_active_la_LIBADD = $(top_builddir)/libnfc/libnfc.la
test_dep_passive_la_SOURCES = test_dep_passive.c
test_dep_passive_la_LIBADD = $(top_builddir)/libnfc/libnfc.la