aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
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