aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-10-11 16:17:23 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-10-11 16:17:23 +0200
commit47ab1ded5ef79da36c4e769fae7fba2af84405d7 (patch)
tree67478607e9c1ff37402a8eff6ddd0f6dd83b91f1 /src/namestore/Makefile.am
parent559daabee673134f03d76f16d25c1e0ef23b4fdc (diff)
downloadgnunet-47ab1ded5ef79da36c4e769fae7fba2af84405d7.tar.gz
gnunet-47ab1ded5ef79da36c4e769fae7fba2af84405d7.zip
add namestore rest tests
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index b9fa83103..646effd9b 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -681,6 +681,13 @@ check_SCRIPTS = \
681 test_namestore_lookup.sh \ 681 test_namestore_lookup.sh \
682 test_namestore_delete.sh 682 test_namestore_delete.sh
683 683
684if HAVE_MHD
685if HAVE_JSON
686check_SCRIPTS += \
687 test_plugin_rest_namestore.sh
688endif
689endif
690
684EXTRA_DIST = \ 691EXTRA_DIST = \
685 test_common.c \ 692 test_common.c \
686 test_namestore_api.conf \ 693 test_namestore_api.conf \