blob: 09627f2b7908207e97de7b7d57f95ca2e021e176 [file] [log] [blame]
Alexander Afanasyev7eb64f12014-01-02 18:39:49 -08001
Alexander Afanasyeva1a0c242014-01-16 21:52:47 -08002LDADD = ../libndn-cpp.la @BOOST_SYSTEM_LIB@
Alexander Afanasyev7eb64f12014-01-02 18:39:49 -08003
Alexander Afanasyev84c2bd42014-01-09 22:35:35 -08004noinst_PROGRAMS = \
5 test-get-async \
Alexander Afanasyev3f1d2282014-01-10 10:12:07 -08006 test-publish-async \
7 test-encode-decode-benchmark
Alexander Afanasyev7eb64f12014-01-02 18:39:49 -08008
Alexander Afanasyev3f1d2282014-01-10 10:12:07 -08009test_encode_decode_benchmark_SOURCES = test-encode-decode-benchmark.cpp
Alexander Afanasyev7eb64f12014-01-02 18:39:49 -080010
11test_get_async_SOURCES = test-get-async.cpp
12
13test_publish_async_SOURCES = test-publish-async.cpp