gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15360 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r15360 - gnunet/src/transport
Date: Tue, 31 May 2011 01:15:25 +0200

Author: brodski
Date: 2011-05-31 01:15:25 +0200 (Tue, 31 May 2011)
New Revision: 15360

Modified:
   gnunet/src/transport/Makefile.am
Log:
Fixed makefile to make dummy helper and unrel test

Modified: gnunet/src/transport/Makefile.am
===================================================================
--- gnunet/src/transport/Makefile.am    2011-05-30 22:02:21 UTC (rev 15359)
+++ gnunet/src/transport/Makefile.am    2011-05-30 23:15:25 UTC (rev 15360)
@@ -34,10 +34,12 @@
 
 if HAVE_PCAP
 if LINUX
- WANBIN = gnunet-transport-wlan-helper
+ WLAN_BIN = gnunet-transport-wlan-helper
+ WLAN_BIN_DUMMY = gnunet-transport-wlan-helper-dummy
  WLAN_PLUGIN_LA = libgnunet_plugin_transport_wlan.la
  WLAN_API_TEST = test_transport_api_wlan
  WLAN_REL_TEST = test_transport_api_reliability_wlan
+ WLAN_UREL_TEST = test_transport_api_unreliability_wlan
 endif
 endif
 
@@ -78,8 +80,9 @@
 
 bin_PROGRAMS = \
  gnunet-transport \
- $(WANBIN) \
- gnunet-service-transport $(NATBIN)
+ $(WLAN_BIN) \
+ gnunet-service-transport $(NATBIN) \
+ $(WLAN_BIN_DUMMY)
 
 bin_SCRIPTS = \
  gnunet-transport-certificate-creation
@@ -91,13 +94,21 @@
 gnunet_transport_wlan_helper_SOURCES = \
  wlan/radiotap-parser.c \
  wlan/helper_common.c \
- wlan/loopback_helper.c \
  gnunet-transport-wlan-helper.c
 
+gnunet_transport_wlan_helper_dummy_SOURCES = \
+ wlan/radiotap-parser.c \
+ wlan/helper_common.c \
+ test_plugin_transport_wlan_dummy.c
+
 gnunet_transport_wlan_helper_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
  -lpcap
 
+gnunet_transport_wlan_helper_dummy_LDADD = \
+  $(top_builddir)/src/util/libgnunetutil.la \
+ -lpcap
+
 gnunet_nat_client_SOURCES = \
  $(NATCLIENT)         
 
@@ -239,6 +250,7 @@
  $(HTTPS_QUOTA_TEST)
 # $(WLAN_API_TEST)
 # $(WLAN_REL_TEST)
+# $(WLAN_UREL_TEST)
 # TODO: add tests for nat, etc.
 
 if !DISABLE_TEST_RUN
@@ -267,8 +279,10 @@
  test_quota_compliance_udp_asymmetric_recv_constant \
  $(UNIX_QUOTA_TEST) \
  $(HTTP_QUOTA_TEST) \
- $(HTTPS_QUOTA_TEST)
- #$(WLAN_REL_TEST)
+ $(HTTPS_QUOTA_TEST) \
+ $(WLAN_API_TEST) \
+ $(WLAN_REL_TEST) \
+ $(WLAN_UREL_TEST)
 endif
 
 test_transport_ats_SOURCES = \
@@ -323,6 +337,12 @@
  $(top_builddir)/src/hello/libgnunethello.la \
  $(top_builddir)/src/util/libgnunetutil.la
 
+test_transport_api_unreliability_wlan_SOURCES = \
+ test_transport_api_unreliability.c
+test_transport_api_unreliability_wlan_LDADD = \
+ $(top_builddir)/src/transport/libgnunettransport.la \
+ $(top_builddir)/src/hello/libgnunethello.la \
+ $(top_builddir)/src/util/libgnunetutil.la
 
 test_transport_api_udp_SOURCES = \
  test_transport_api.c




reply via email to

[Prev in Thread] Current Thread [Next in Thread]