blob: b47a9e4e8468821b6d83b7bb1d0e287a8d2cb3b0 [file] [log] [blame]
Alexander Afanasyevfad679c2014-01-06 18:09:26 -08001
2noinst_PROGRAMS=unit-tests
3
4# 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 \
Alexander Afanasyev84c2bd42014-01-09 22:35:35 -08009 test-encode-decode-interest.cpp \
10 test-encode-decode-forwarding-entry.cpp
Alexander Afanasyevfad679c2014-01-06 18:09:26 -080011
Alexander Afanasyeva1a0c242014-01-16 21:52:47 -080012unit_tests_LDADD = ../libndn-cpp.la @BOOST_SYSTEM_LIB@ @BOOST_UNIT_TEST_FRAMEWORK_LIB@ @OPENSSL_LIBS@ @CRYPTOPP_LIBS@ @OSX_SECURITY_LIBS@