gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28852 - in gnunet/src: arm dht include statistics


From: gnunet
Subject: [GNUnet-SVN] r28852 - in gnunet/src: arm dht include statistics
Date: Sun, 25 Aug 2013 09:14:46 +0200

Author: grothoff
Date: 2013-08-25 09:14:46 +0200 (Sun, 25 Aug 2013)
New Revision: 28852

Modified:
   gnunet/src/arm/Makefile.am
   gnunet/src/dht/Makefile.am
   gnunet/src/include/gnunet_dnsparser_lib.h
   gnunet/src/statistics/Makefile.am
Log:
-only run python tests if we have python

Modified: gnunet/src/arm/Makefile.am
===================================================================
--- gnunet/src/arm/Makefile.am  2013-08-24 16:12:57 UTC (rev 28851)
+++ gnunet/src/arm/Makefile.am  2013-08-25 07:14:46 UTC (rev 28852)
@@ -64,8 +64,10 @@
  test_exponential_backoff \
  test_gnunet_service_arm
 
+if HAVE_PYTHON
 check_SCRIPTS = \
  test_gnunet_arm.py
+endif
 
 if ENABLE_TEST_RUN
 TESTS = $(check_PROGRAMS)  $(check_SCRIPTS)

Modified: gnunet/src/dht/Makefile.am
===================================================================
--- gnunet/src/dht/Makefile.am  2013-08-24 16:12:57 UTC (rev 28851)
+++ gnunet/src/dht/Makefile.am  2013-08-25 07:14:46 UTC (rev 28852)
@@ -214,8 +214,10 @@
   test_dht_tools.py.in \
   test_dht_multipeer_topology.dat
 
+if HAVE_PYTHON
 check_SCRIPTS = \
   test_dht_tools.py
+endif
 
 do_subst = $(SED) -e 's,address@hidden@],$(PYTHON),g'
 

Modified: gnunet/src/include/gnunet_dnsparser_lib.h
===================================================================
--- gnunet/src/include/gnunet_dnsparser_lib.h   2013-08-24 16:12:57 UTC (rev 
28851)
+++ gnunet/src/include/gnunet_dnsparser_lib.h   2013-08-25 07:14:46 UTC (rev 
28852)
@@ -184,7 +184,7 @@
 {
   
   /**
-   *The domainname of the name server that was the
+   * The domainname of the name server that was the
    * original or primary source of data for this zone.
    * In UTF-8 format.  The library will convert from and to DNS-IDNA 
    * as necessary.  Use 'GNUNET_DNSPARSER_check_label' to test if an

Modified: gnunet/src/statistics/Makefile.am
===================================================================
--- gnunet/src/statistics/Makefile.am   2013-08-24 16:12:57 UTC (rev 28851)
+++ gnunet/src/statistics/Makefile.am   2013-08-25 07:14:46 UTC (rev 28852)
@@ -85,8 +85,10 @@
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la  
 
+if HAVE_PYTHON
 check_SCRIPTS = \
   test_gnunet_statistics.py
+endif
 
 do_subst = $(SED) -e 's,address@hidden@],$(PYTHON),g'
 




reply via email to

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