aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-11-20 20:27:49 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-11-20 20:27:49 +0900
commit8a3e6b3f73477588e73f197ea721dedf1f763490 (patch)
treed684262a250630b5d87063b10e3d19207272b27a /src/namestore/Makefile.am
parent5af36f7f2a3992c1705ec1f8b178fe7d95a48c47 (diff)
downloadgnunet-8a3e6b3f73477588e73f197ea721dedf1f763490.tar.gz
gnunet-8a3e6b3f73477588e73f197ea721dedf1f763490.zip
- add test; update manpage
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index fb2a670bc..a0ca32fa4 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -514,6 +514,7 @@ test_plugin_namestore_postgres_LDADD = \
514 514
515check_SCRIPTS = \ 515check_SCRIPTS = \
516 test_namestore_put.sh \ 516 test_namestore_put.sh \
517 test_namestore_put_stdin.sh \
517 test_namestore_lookup.sh \ 518 test_namestore_lookup.sh \
518 test_namestore_delete.sh \ 519 test_namestore_delete.sh \
519 test_namestore_zonefile_import.sh 520 test_namestore_zonefile_import.sh