aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-10-23 22:01:37 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-10-23 22:01:37 +0900
commit9c7255313368e04bff09d8dfb1aad537e7121359 (patch)
tree2b2a3a687abee43a71b1286b011ac2b1f942598a /src/namestore/Makefile.am
parentee99cbfa6a429854c632ee212815fc3fcac9f6f4 (diff)
downloadgnunet-9c7255313368e04bff09d8dfb1aad537e7121359.tar.gz
gnunet-9c7255313368e04bff09d8dfb1aad537e7121359.zip
-more rest API fixes, test fix
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 4b4839f2a..2a1558e09 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -519,9 +519,8 @@ check_SCRIPTS = \
519 test_namestore_delete.sh \ 519 test_namestore_delete.sh \
520 test_namestore_zonefile_import.sh 520 test_namestore_zonefile_import.sh
521 521
522# FIXME 522check_SCRIPTS += \
523#check_SCRIPTS += \ 523 test_plugin_rest_namestore.sh
524# test_plugin_rest_namestore.sh
525 524
526EXTRA_DIST = \ 525EXTRA_DIST = \
527 test_common.c \ 526 test_common.c \