blob: 2e80613f7df72ff0ffe73170a6efb909afc25c13 [file] [log] [blame]
noinst_PROGRAMS=unit-tests
# for i in `find . -name '*.cpp'`; do echo " $i \\"; done
unit_tests_SOURCES = \
main.cpp \
test-encode-decode-certificate.cpp \
test-encode-decode-data.cpp \
test-encode-decode-interest.cpp \
test-encode-decode-forwarding-entry.cpp \
test-encode-decode-block.cpp \
test-sec-tpm-file.cpp \
test-faces.cpp
unit_tests_LDADD = ../libndn-cpp-dev.la @BOOST_SYSTEM_LIB@ @BOOST_UNIT_TEST_FRAMEWORK_LIB@ @OPENSSL_LIBS@ @CRYPTOPP_LIBS@ @OSX_SECURITY_LIBS@