test: rename test_dep to test_device_modes_as_dep and improve it.
This commit is contained in:
parent
0e2c60d0fa
commit
bd0de9bd61
3 changed files with 40 additions and 18 deletions
|
|
@ -9,8 +9,8 @@ TESTS_ENVIRONMENT = NO_MAKE=yes CUTTER="$(CUTTER)"
|
|||
|
||||
cutter_unit_test_libs = \
|
||||
test_access_storm.la \
|
||||
test_dep.la \
|
||||
test_dep_active.la \
|
||||
test_device_modes_as_dep.la \
|
||||
test_dep_passive.la \
|
||||
test_register_access.la \
|
||||
test_register_endianness.la
|
||||
|
|
@ -26,13 +26,13 @@ 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_la_SOURCES = test_dep.c
|
||||
test_dep_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 \
|
||||
$(top_builddir)/utils/libnfcutils.la
|
||||
|
||||
test_device_modes_as_dep_la_SOURCES = test_device_modes_as_dep.c
|
||||
test_device_modes_as_dep_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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue