aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-10-20 00:26:00 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-10-20 00:26:00 +0900
commitf03070c1d052acb48bf635b44cf16963c041dbaf (patch)
treee137d07c0a81e74e50abc027b9274d2108bb7039 /src/namestore/Makefile.am
parent3683f556df1324b1ce575dd5932d174d75512f7a (diff)
downloadgnunet-f03070c1d052acb48bf635b44cf16963c041dbaf.tar.gz
gnunet-f03070c1d052acb48bf635b44cf16963c041dbaf.zip
-fix tests; add zonefile test
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 8abe6560f..9bd725546 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -514,7 +514,8 @@ test_plugin_namestore_postgres_LDADD = \
514check_SCRIPTS = \ 514check_SCRIPTS = \
515 test_namestore_put.sh \ 515 test_namestore_put.sh \
516 test_namestore_lookup.sh \ 516 test_namestore_lookup.sh \
517 test_namestore_delete.sh 517 test_namestore_delete.sh \
518 test_namestore_zonefile_import.sh
518 519
519# FIXME 520# FIXME
520#check_SCRIPTS += \ 521#check_SCRIPTS += \
@@ -530,4 +531,5 @@ EXTRA_DIST = \
530 test_plugin_namestore_sqlite.conf \ 531 test_plugin_namestore_sqlite.conf \
531 test_plugin_namestore_postgres.conf \ 532 test_plugin_namestore_postgres.conf \
532 test_hostkey \ 533 test_hostkey \
534 example_zonefile \
533 $(check_SCRIPTS) 535 $(check_SCRIPTS)