gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r15537 - in gnunet/src: core datastore dht include mesh mon


From: gnunet
Subject: [GNUnet-SVN] r15537 - in gnunet/src: core datastore dht include mesh monkey nat testing transport vpn
Date: Fri, 10 Jun 2011 17:00:35 +0200

Author: grothoff
Date: 2011-06-10 17:00:35 +0200 (Fri, 10 Jun 2011)
New Revision: 15537

Modified:
   gnunet/src/core/Makefile.am
   gnunet/src/datastore/Makefile.am
   gnunet/src/dht/Makefile.am
   gnunet/src/include/Makefile.am
   gnunet/src/mesh/Makefile.am
   gnunet/src/monkey/Makefile.am
   gnunet/src/nat/Makefile.am
   gnunet/src/testing/Makefile.am
   gnunet/src/transport/Makefile.am
   gnunet/src/vpn/Makefile.am
Log:
ship with conf files

Modified: gnunet/src/core/Makefile.am
===================================================================
--- gnunet/src/core/Makefile.am 2011-06-10 14:54:34 UTC (rev 15536)
+++ gnunet/src/core/Makefile.am 2011-06-10 15:00:35 UTC (rev 15537)
@@ -112,5 +112,13 @@
 EXTRA_DIST = \
   test_core_api_data.conf \
   test_core_api_peer1.conf \
-  test_core_api_peer2.conf 
-
+  test_core_api_peer2.conf \
+  test_core_api_send_to_self.conf \
+  test_core_quota_asymmetric_recv_limited_peer1.conf \
+  test_core_quota_asymmetric_recv_limited_peer2.conf \
+  test_core_quota_asymmetric_send_limited_peer1.conf \
+  test_core_quota_asymmetric_send_limited_peer2.conf \
+  test_core_quota_asymmetric_send_limit_peer1.conf \
+  test_core_quota_asymmetric_send_limit_peer2.conf \
+  test_core_quota_peer1.conf \
+  test_core_quota_peer2.conf

Modified: gnunet/src/datastore/Makefile.am
===================================================================
--- gnunet/src/datastore/Makefile.am    2011-06-10 14:54:34 UTC (rev 15536)
+++ gnunet/src/datastore/Makefile.am    2011-06-10 15:00:35 UTC (rev 15537)
@@ -222,4 +222,7 @@
  test_datastore_api_data_mysql.conf \
  perf_plugin_datastore_data_mysql.conf \
  test_datastore_api_data_postgres.conf \
- perf_plugin_datastore_data_postgres.conf
+ perf_plugin_datastore_data_postgres.conf \
+ test_plugin_datastore_data_mysql.conf \
+ test_plugin_datastore_data_postgres.conf \
+ test_plugin_datastore_data_sqlite.conf
\ No newline at end of file

Modified: gnunet/src/dht/Makefile.am
===================================================================
--- gnunet/src/dht/Makefile.am  2011-06-10 14:54:34 UTC (rev 15536)
+++ gnunet/src/dht/Makefile.am  2011-06-10 15:00:35 UTC (rev 15537)
@@ -226,7 +226,8 @@
   test_dht_api_data.conf \
   test_dht_api_peer1.conf \
   test_dht_twopeer_data.conf \
-  test_dht_multipeer_data.conf
+  test_dht_multipeer_data.conf \
+  test_dhtlog_data.conf
 
 check_SCRIPTS = \
   test_dht_tools.sh

Modified: gnunet/src/include/Makefile.am
===================================================================
--- gnunet/src/include/Makefile.am      2011-06-10 14:54:34 UTC (rev 15536)
+++ gnunet/src/include/Makefile.am      2011-06-10 15:00:35 UTC (rev 15537)
@@ -11,6 +11,7 @@
 endif
 
 gnunetinclude_HEADERS = \
+  gauger.h \
   gettext.h \
   platform.h \
   plibc.h \

Modified: gnunet/src/mesh/Makefile.am
===================================================================
--- gnunet/src/mesh/Makefile.am 2011-06-10 14:54:34 UTC (rev 15536)
+++ gnunet/src/mesh/Makefile.am 2011-06-10 15:00:35 UTC (rev 15537)
@@ -56,4 +56,7 @@
 test_mesh_api_DEPENDENCIES = \
   libgnunetmeshnew.la
 
-TESTS = test_mesh_api
\ No newline at end of file
+TESTS = test_mesh_api
+
+EXTRA_DIST = \
+  test_mesh.conf
\ No newline at end of file

Modified: gnunet/src/monkey/Makefile.am
===================================================================
--- gnunet/src/monkey/Makefile.am       2011-06-10 14:54:34 UTC (rev 15536)
+++ gnunet/src/monkey/Makefile.am       2011-06-10 15:00:35 UTC (rev 15537)
@@ -87,7 +87,7 @@
 
 bug_assertion_failure:
        gcc -g -O0 -o bug_assertion_failure bug_assertion_failure.c     
-       
+
 check_PROGRAMS = \
     test_monkey_edb
     #test_gnunet_monkey        
@@ -114,9 +114,9 @@
   #test_gnunet_monkey.sh \
   #test_monkey_npe.sh
 
-#EXTRA_DIST = \
+EXTRA_DIST = \
+  test_gnunet_monkey_data.conf 
 #$(check_SCRIPTS) 
-#test_gnunet_monkey_data.conf 
 
 endif
 endif

Modified: gnunet/src/nat/Makefile.am
===================================================================
--- gnunet/src/nat/Makefile.am  2011-06-10 14:54:34 UTC (rev 15536)
+++ gnunet/src/nat/Makefile.am  2011-06-10 15:00:35 UTC (rev 15537)
@@ -49,3 +49,6 @@
  $(top_builddir)/src/nat/libgnunetnat.la \
  $(top_builddir)/src/util/libgnunetutil.la \
  @LIBCURL@
+
+EXTRA_DIST = \
+ test-nat.conf

Modified: gnunet/src/testing/Makefile.am
===================================================================
--- gnunet/src/testing/Makefile.am      2011-06-10 14:54:34 UTC (rev 15536)
+++ gnunet/src/testing/Makefile.am      2011-06-10 15:00:35 UTC (rev 15537)
@@ -237,5 +237,7 @@
  test_testing_data_topology_scale_free.conf \
  test_testing_data_topology_blacklist.conf \
  test_testing_data_topology_churn.conf \
- test_testing_data_topology_none.conf
-
+ test_testing_data_topology_none.conf \
+ test_testing_data_remote.conf \
+ test_testing_data_topology_stability.conf \
+ test_testing_peergroup_data.conf

Modified: gnunet/src/transport/Makefile.am
===================================================================
--- gnunet/src/transport/Makefile.am    2011-06-10 14:54:34 UTC (rev 15536)
+++ gnunet/src/transport/Makefile.am    2011-06-10 15:00:35 UTC (rev 15537)
@@ -591,4 +591,8 @@
   test_quota_compliance_udp_peer1.conf \
   test_quota_compliance_udp_peer2.conf \
   test_quota_compliance_unix_peer1.conf \
-  test_quota_compliance_unix_peer2.conf
+  test_quota_compliance_unix_peer2.conf \
+  test_plugin_transport_data_udp.conf \
+  test_transport_ats_1addr.conf \
+  test_transport_ats_2addr.conf \
+  test_transport_ats_4addr.conf

Modified: gnunet/src/vpn/Makefile.am
===================================================================
--- gnunet/src/vpn/Makefile.am  2011-06-10 14:54:34 UTC (rev 15536)
+++ gnunet/src/vpn/Makefile.am  2011-06-10 15:00:35 UTC (rev 15537)
@@ -82,4 +82,5 @@
 # $(top_builddir)/src/util/libgnunetutil.la  
 
 EXTRA_DIST = \
-  gnunet-vpn-packet.h
+  gnunet-vpn-packet.h \
+  test-conf.conf




reply via email to

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