blob: baf187a2e1968b2317f4fc96f6992e9267874d0b [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 \
9 test-encode-decode-interest.cpp
10
11unit_tests_LDADD = ../libndn-cpp.la @BOOST_SYSTEM_LIB@ @BOOST_UNIT_TEST_FRAMEWORK_LIB@