gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r23389 - gnunet/src/transport
Date: Thu, 23 Aug 2012 19:52:54 +0200

Author: LRN
Date: 2012-08-23 19:52:54 +0200 (Thu, 23 Aug 2012)
New Revision: 23389

Modified:
   gnunet/src/transport/Makefile.am
Log:
Don't run unix test on W32

Modified: gnunet/src/transport/Makefile.am
===================================================================
--- gnunet/src/transport/Makefile.am    2012-08-23 17:49:08 UTC (rev 23388)
+++ gnunet/src/transport/Makefile.am    2012-08-23 17:52:54 UTC (rev 23389)
@@ -69,6 +69,7 @@
 if !MINGW
 UNIX_PLUGIN_LA = libgnunet_plugin_transport_unix.la
 UNIX_PLUGIN_TEST = test_transport_api_unix 
+UNIX_TEST = test_plugin_unix
 UNIX_PLUGIN_TIMEOUT_TEST = test_transport_api_timeout_unix
 UNIX_REL_TEST = test_transport_api_unreliability_unix
 UNIX_QUOTA_TEST = test_quota_compliance_unix \
@@ -301,7 +302,7 @@
  test_transport_startonly \
  test_plugin_tcp \
  test_plugin_udp \
- test_plugin_unix \
+ $(UNIX_TEST) \
  $(WLAN_PLUGIN_TEST) \
  $(HTTP_SERVER_PLUGIN_TEST) \
  $(HTTPS_SERVER_PLUGIN_TEST) \
@@ -354,7 +355,7 @@
  test_transport_startonly \
  test_plugin_tcp \
  test_plugin_udp \
- test_plugin_unix \
+ $(UNIX_TEST) \
  $(WLAN_PLUGIN_TEST) \
  test_transport_api_blacklisting \
  test_transport_api_disconnect_tcp \




reply via email to

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