add namestore rest tests
[oweals/gnunet.git] / src / namestore / Makefile.am
index b9fa83103c693d36ea4ac1a7b24e0eaf208f5c9f..646effd9b320dd3f2dea4e8887cd1909cd004d7b 100644 (file)
@@ -681,6 +681,13 @@ check_SCRIPTS = \
   test_namestore_lookup.sh \
   test_namestore_delete.sh
 
+if HAVE_MHD
+if HAVE_JSON
+check_SCRIPTS += \
+  test_plugin_rest_namestore.sh
+endif
+endif
+
 EXTRA_DIST = \
   test_common.c \
   test_namestore_api.conf \