Alexander Afanasyev | 7eb64f1 | 2014-01-02 18:39:49 -0800 | [diff] [blame] | 1 | |
Yingdi Yu | 61ec272 | 2014-01-20 14:22:32 -0800 | [diff] [blame] | 2 | LDADD = ../libndn-cpp-dev.la @BOOST_SYSTEM_LIB@ |
Alexander Afanasyev | 7eb64f1 | 2014-01-02 18:39:49 -0800 | [diff] [blame] | 3 | |
Alexander Afanasyev | 84c2bd4 | 2014-01-09 22:35:35 -0800 | [diff] [blame] | 4 | noinst_PROGRAMS = \ |
| 5 | test-get-async \ |
Alexander Afanasyev | 3f1d228 | 2014-01-10 10:12:07 -0800 | [diff] [blame] | 6 | test-publish-async \ |
| 7 | test-encode-decode-benchmark |
Alexander Afanasyev | 7eb64f1 | 2014-01-02 18:39:49 -0800 | [diff] [blame] | 8 | |
Alexander Afanasyev | 3f1d228 | 2014-01-10 10:12:07 -0800 | [diff] [blame] | 9 | test_encode_decode_benchmark_SOURCES = test-encode-decode-benchmark.cpp |
Alexander Afanasyev | 7eb64f1 | 2014-01-02 18:39:49 -0800 | [diff] [blame] | 10 | |
| 11 | test_get_async_SOURCES = test-get-async.cpp |
| 12 | |
| 13 | test_publish_async_SOURCES = test-publish-async.cpp |