blob: 2946414696fd8a83aa476b2fef2876faeaaa0038 [file] [log] [blame]
Alexander Afanasyev7eb64f12014-01-02 18:39:49 -08001
2LDADD = ../libndn-cpp.la
3
Alexander Afanasyev44402902014-01-06 00:08:54 -08004# Temporary disabled (need fixing)
5#
6# noinst_PROGRAMS = test-encode-decode-benchmark \
7# test-encode-decode-data \
8# test-encode-decode-forwarding-entry \
9# test-encode-decode-interest \
10# test-get-async \
11# test-publish-async
Alexander Afanasyev7eb64f12014-01-02 18:39:49 -080012
13test_encode_decode_benchmark_SOURCES = test-encode-decode-benchmark.cpp
14
15test_encode_decode_data_SOURCES = test-encode-decode-data.cpp
16
17test_encode_decode_forwarding_entry_SOURCES = test-encode-decode-forwarding-entry.cpp
18
19test_encode_decode_interest_SOURCES = test-encode-decode-interest.cpp
20
21test_get_async_SOURCES = test-get-async.cpp
22
23test_publish_async_SOURCES = test-publish-async.cpp