aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-11 21:04:08 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-11 21:04:08 +0000
commitdd42cc68d1030dd1ad4ef39e947ac2e0a8963d4a (patch)
treeb687867a4143a61f0f429d7f0f4d67d7dae9f676 /src/namestore
parent589448a17afcc95ef157678d4e1b2eba0f0c9d7a (diff)
downloadgnunet-dd42cc68d1030dd1ad4ef39e947ac2e0a8963d4a.tar.gz
gnunet-dd42cc68d1030dd1ad4ef39e947ac2e0a8963d4a.zip
-configure testcase
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/Makefile.am7
-rw-r--r--src/namestore/test_plugin_namestore_postgres.conf2
2 files changed, 9 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 2106ccf76..34cf4e183 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -233,6 +233,7 @@ test_namestore_record_serialization_LDADD = \
233EXTRA_DIST = \ 233EXTRA_DIST = \
234 test_namestore_api.conf \ 234 test_namestore_api.conf \
235 test_plugin_namestore_sqlite.conf\ 235 test_plugin_namestore_sqlite.conf\
236 test_plugin_namestore_postgres.conf\
236 test_hostkey \ 237 test_hostkey \
237 zonefiles/HGU0A0VCU334DN7F2I9UIUMVQMM7JMSD142LIMNUGTTV9R0CF4EG.zkey \ 238 zonefiles/HGU0A0VCU334DN7F2I9UIUMVQMM7JMSD142LIMNUGTTV9R0CF4EG.zkey \
238 zonefiles/N0UJMP015AFUNR2BTNM3FKPBLG38913BL8IDMCO2H0A1LIB81960.zkey 239 zonefiles/N0UJMP015AFUNR2BTNM3FKPBLG38913BL8IDMCO2H0A1LIB81960.zkey
@@ -243,3 +244,9 @@ test_plugin_namestore_sqlite_SOURCES = \
243test_plugin_namestore_sqlite_LDADD = \ 244test_plugin_namestore_sqlite_LDADD = \
244 $(top_builddir)/src/testing/libgnunettesting.la \ 245 $(top_builddir)/src/testing/libgnunettesting.la \
245 $(top_builddir)/src/util/libgnunetutil.la 246 $(top_builddir)/src/util/libgnunetutil.la
247
248test_plugin_namestore_postgres_SOURCES = \
249 test_plugin_namestore.c
250test_plugin_namestore_postgres_LDADD = \
251 $(top_builddir)/src/testing/libgnunettesting.la \
252 $(top_builddir)/src/util/libgnunetutil.la
diff --git a/src/namestore/test_plugin_namestore_postgres.conf b/src/namestore/test_plugin_namestore_postgres.conf
new file mode 100644
index 000000000..e2641eac2
--- /dev/null
+++ b/src/namestore/test_plugin_namestore_postgres.conf
@@ -0,0 +1,2 @@
1[datacache-postgres]
2CONFIG = connect_timeout=10; dbname=gnunetcheck