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