summaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2013-09-27 11:28:51 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2013-09-27 11:28:51 +0000
commit9466529278dab44485f7279213af36d84a5cf770 (patch)
tree1659a2f5bbbde373452a7eb81928a3dfe8a752d8 /src/gns/Makefile.am
parent1f6ae3b334a5a719f693d1b71f084d2ca612e9f5 (diff)
downloadgnunet-9466529278dab44485f7279213af36d84a5cf770.tar.gz
gnunet-9466529278dab44485f7279213af36d84a5cf770.zip
-more tests
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 754f0ae18..069f24188 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -198,6 +198,8 @@ libgnunet_plugin_block_gns_la_DEPENDENCIES = \
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_ipv6_lookup.sh\
202 test_gns_txt_lookup.sh\
201 test_gns_mx_lookup.sh \ 203 test_gns_mx_lookup.sh \
202 test_gns_cname_lookup.sh 204 test_gns_cname_lookup.sh
203 205