check_PROGRAMS = \
test_transport_api_tcp \
test_transport_api_udp
-# test_plugin_transport \
-# test_plugin_transport_udp
# TODO: add tests for http, nat, etc.
TESTS = $(check_PROGRAMS)
$(top_builddir)/src/transport/libgnunettransport.la \
$(top_builddir)/src/util/libgnunetutil.la
-test_plugin_transport_SOURCES = \
- test_plugin_transport.c
-test_plugin_transport_LDADD = \
- $(top_builddir)/src/transport/libgnunettransport.la \
- $(top_builddir)/src/util/libgnunetutil.la
-
-test_plugin_transport_udp_SOURCES = \
- test_plugin_transport_udp.c
-test_plugin_transport_udp_LDADD = \
- $(top_builddir)/src/transport/libgnunettransport.la \
- $(top_builddir)/src/util/libgnunetutil.la
-
EXTRA_DIST = \
test_transport_api_data.conf \
test_transport_api_peer1.conf \