blob: 4e12850e6612b8786e5f74a3bac6e84f176d003b [file] [log] [blame]
Alexander Afanasyev7eb64f12014-01-02 18:39:49 -08001
2LDADD = ../libndn-cpp.la
3
Alexander Afanasyev84c2bd42014-01-09 22:35:35 -08004noinst_PROGRAMS = \
5 test-get-async \
6 test-publish-async
Alexander Afanasyev7eb64f12014-01-02 18:39:49 -08007
Alexander Afanasyev84c2bd42014-01-09 22:35:35 -08008# test-encode-decode-benchmark
Alexander Afanasyev7eb64f12014-01-02 18:39:49 -08009
Alexander Afanasyev84c2bd42014-01-09 22:35:35 -080010# test_encode_decode_benchmark_SOURCES = test-encode-decode-benchmark.cpp
Alexander Afanasyev7eb64f12014-01-02 18:39:49 -080011
12test_get_async_SOURCES = test-get-async.cpp
13
14test_publish_async_SOURCES = test-publish-async.cpp