aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-25 18:25:23 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-25 18:25:23 +0000
commit92cc340eb9b6ea7c8029bcc04f3ba974019c25f0 (patch)
treedfb24d32c3563a013bdb0450ab8fc32f6610de16 /src/gns/Makefile.am
parenta2c7825e3de1c26acc6b433aa129a97745b328c7 (diff)
downloadgnunet-92cc340eb9b6ea7c8029bcc04f3ba974019c25f0.tar.gz
gnunet-92cc340eb9b6ea7c8029bcc04f3ba974019c25f0.zip
-activate tests, properly parse now properly serialized CNAMEs
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index ad2926a00..754f0ae18 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -197,7 +197,9 @@ libgnunet_plugin_block_gns_la_DEPENDENCIES = \
197 197
198check_SCRIPTS = \ 198check_SCRIPTS = \
199 test_gns_delegated_lookup.sh \ 199 test_gns_delegated_lookup.sh \
200 test_gns_lookup.sh 200 test_gns_lookup.sh \
201 test_gns_mx_lookup.sh \
202 test_gns_cname_lookup.sh
201 203
202if ENABLE_TEST_RUN 204if ENABLE_TEST_RUN
203if HAVE_SQLITE 205if HAVE_SQLITE