Alexander Afanasyev | 7eb64f1 | 2014-01-02 18:39:49 -0800 | [diff] [blame] | 1 | |
| 2 | LDADD = ../libndn-cpp.la |
| 3 | |
| 4 | noinst_PROGRAMS = test-encode-decode-benchmark \ |
| 5 | test-encode-decode-data \ |
| 6 | test-encode-decode-forwarding-entry \ |
| 7 | test-encode-decode-interest \ |
| 8 | test-get-async \ |
| 9 | test-publish-async |
| 10 | |
| 11 | test_encode_decode_benchmark_SOURCES = test-encode-decode-benchmark.cpp |
| 12 | |
| 13 | test_encode_decode_data_SOURCES = test-encode-decode-data.cpp |
| 14 | |
| 15 | test_encode_decode_forwarding_entry_SOURCES = test-encode-decode-forwarding-entry.cpp |
| 16 | |
| 17 | test_encode_decode_interest_SOURCES = test-encode-decode-interest.cpp |
| 18 | |
| 19 | test_get_async_SOURCES = test-get-async.cpp |
| 20 | |
| 21 | test_publish_async_SOURCES = test-publish-async.cpp |