blob: 8ab0c812a472051e468c104775d5ced5c6edffa0 [file] [log] [blame]
Alexander Afanasyev7eb64f12014-01-02 18:39:49 -08001
2LDADD = ../libndn-cpp.la
3
4noinst_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
11test_encode_decode_benchmark_SOURCES = test-encode-decode-benchmark.cpp
12
13test_encode_decode_data_SOURCES = test-encode-decode-data.cpp
14
15test_encode_decode_forwarding_entry_SOURCES = test-encode-decode-forwarding-entry.cpp
16
17test_encode_decode_interest_SOURCES = test-encode-decode-interest.cpp
18
19test_get_async_SOURCES = test-get-async.cpp
20
21test_publish_async_SOURCES = test-publish-async.cpp