blob: 15ffc3917a44046223845bd46771f17a69f0b8c2 [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 \
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