makefile update, removal of debugging DEFINES
[oweals/gnunet.git] / src / transport / Makefile.am
index a612fa4f4e24e9c2828e0b3ab12b5ee8e67fb1cd..5d19525b98cefdf09e437770fc195e526158375d 100644 (file)
@@ -81,10 +81,10 @@ libgnunet_plugin_transport_udp_la_LDFLAGS = \
 
 check_PROGRAMS = \
  test_transport_api_tcp \
- test_transport_api_udp \
- test_plugin_transport \
- test_plugin_transport_udp
-# TODO: add tests for tcp, udp, http, nat, etc.
+ test_transport_api_udp
+# test_plugin_transport \
+# test_plugin_transport_udp
+# TODO: add tests for http, nat, etc.
 
 TESTS = $(check_PROGRAMS)