blob: 2e80613f7df72ff0ffe73170a6efb909afc25c13 [file] [log] [blame]
Alexander Afanasyev7eb64f12014-01-02 18:39:49 -08001
Alexander Afanasyevd409d592014-01-28 18:36:38 -08002noinst_PROGRAMS=unit-tests
Alexander Afanasyev7eb64f12014-01-02 18:39:49 -08003
Alexander Afanasyevd409d592014-01-28 18:36:38 -08004# for i in `find . -name '*.cpp'`; do echo " $i \\"; done
5unit_tests_SOURCES = \
6 main.cpp \
7 test-encode-decode-certificate.cpp \
8 test-encode-decode-data.cpp \
9 test-encode-decode-interest.cpp \
10 test-encode-decode-forwarding-entry.cpp \
11 test-encode-decode-block.cpp \
12 test-sec-tpm-file.cpp \
13 test-faces.cpp
Alexander Afanasyev7eb64f12014-01-02 18:39:49 -080014
Alexander Afanasyevd409d592014-01-28 18:36:38 -080015unit_tests_LDADD = ../libndn-cpp-dev.la @BOOST_SYSTEM_LIB@ @BOOST_UNIT_TEST_FRAMEWORK_LIB@ @OPENSSL_LIBS@ @CRYPTOPP_LIBS@ @OSX_SECURITY_LIBS@