aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2013-09-27 15:33:11 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2013-09-27 15:33:11 +0000
commitf32031886eade86d6395d2e65e437c707eba5d97 (patch)
treef063e0e5a38f548b2a00cfe99c488f7adf3f1a81 /src/gns/Makefile.am
parent0480fcc204575227c693bd83df3363909eb52022 (diff)
downloadgnunet-f32031886eade86d6395d2e65e437c707eba5d97.tar.gz
gnunet-f32031886eade86d6395d2e65e437c707eba5d97.zip
-add dht test
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 7a3bb5616..1684f6253 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -202,6 +202,7 @@ check_SCRIPTS = \
202 test_gns_txt_lookup.sh\ 202 test_gns_txt_lookup.sh\
203 test_gns_mx_lookup.sh \ 203 test_gns_mx_lookup.sh \
204 test_gns_ns_lookup.sh \ 204 test_gns_ns_lookup.sh \
205 test_gns_dht_lookup.sh\
205 test_gns_cname_lookup.sh 206 test_gns_cname_lookup.sh
206 207
207if ENABLE_TEST_RUN 208if ENABLE_TEST_RUN