Add support for TLV streams.
- New API functions: tlv_encode(), tlv_decode(); - Documentation (man page); - Unit tests.
This commit is contained in:
parent
644a21ad9a
commit
b8049f110d
6 changed files with 358 additions and 4 deletions
|
|
@ -16,7 +16,8 @@ noinst_LTLIBRARIES = \
|
|||
test_mifare_classic.la \
|
||||
test_mifare_classic_create_trailer_block.la \
|
||||
test_mifare_classic_application.la \
|
||||
test_mifare_ultralight.la
|
||||
test_mifare_ultralight.la \
|
||||
test_tlv.la
|
||||
|
||||
AM_LDFLAGS = -module -rpath $(libdir) -avoid-version -no-undefined
|
||||
|
||||
|
|
@ -39,6 +40,9 @@ test_mifare_ultralight_la_SOURCES = test_mifare_ultralight.c \
|
|||
mifare_ultralight_fixture.h
|
||||
test_mifare_ultralight_la_LIBADD = $(top_builddir)/libfreefare/libfreefare.la
|
||||
|
||||
test_tlv_la_SOURCES = test_tlv.c
|
||||
test_tlv_la_LIBADD = $(top_builddir)/libfreefare/libfreefare.la
|
||||
|
||||
echo-cutter:
|
||||
@echo $(CUTTER)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue