blob: dadf1c1bab05e559c4593b6a250d93808f76f0eb [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
Yingdi Yu61ec2722014-01-20 14:22:32 -080012unit_tests_LDADD = ../libndn-cpp-dev.la @BOOST_SYSTEM_LIB@ @BOOST_UNIT_TEST_FRAMEWORK_LIB@ @OPENSSL_LIBS@ @CRYPTOPP_LIBS@ @OSX_SECURITY_LIBS@