gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21899 - gnunet/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r21899 - gnunet/src/namestore
Date: Mon, 11 Jun 2012 23:04:09 +0200

Author: grothoff
Date: 2012-06-11 23:04:08 +0200 (Mon, 11 Jun 2012)
New Revision: 21899

Added:
   gnunet/src/namestore/test_plugin_namestore_postgres.conf
Modified:
   gnunet/src/namestore/Makefile.am
Log:
-configure testcase

Modified: gnunet/src/namestore/Makefile.am
===================================================================
--- gnunet/src/namestore/Makefile.am    2012-06-11 21:02:30 UTC (rev 21898)
+++ gnunet/src/namestore/Makefile.am    2012-06-11 21:04:08 UTC (rev 21899)
@@ -233,6 +233,7 @@
 EXTRA_DIST = \
   test_namestore_api.conf \
   test_plugin_namestore_sqlite.conf\
+  test_plugin_namestore_postgres.conf\
   test_hostkey \
   zonefiles/HGU0A0VCU334DN7F2I9UIUMVQMM7JMSD142LIMNUGTTV9R0CF4EG.zkey \
   zonefiles/N0UJMP015AFUNR2BTNM3FKPBLG38913BL8IDMCO2H0A1LIB81960.zkey
@@ -243,3 +244,9 @@
 test_plugin_namestore_sqlite_LDADD = \
  $(top_builddir)/src/testing/libgnunettesting.la \
  $(top_builddir)/src/util/libgnunetutil.la  
+
+test_plugin_namestore_postgres_SOURCES = \
+ test_plugin_namestore.c
+test_plugin_namestore_postgres_LDADD = \
+ $(top_builddir)/src/testing/libgnunettesting.la \
+ $(top_builddir)/src/util/libgnunetutil.la  

Copied: gnunet/src/namestore/test_plugin_namestore_postgres.conf (from rev 
21897, gnunet/src/namestore/test_plugin_namestore_sqlite.conf)
===================================================================
--- gnunet/src/namestore/test_plugin_namestore_postgres.conf                    
        (rev 0)
+++ gnunet/src/namestore/test_plugin_namestore_postgres.conf    2012-06-11 
21:04:08 UTC (rev 21899)
@@ -0,0 +1,2 @@
+[datacache-postgres]
+CONFIG = connect_timeout=10; dbname=gnunetcheck




reply via email to

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