aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-09-11 10:44:09 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-09-11 10:44:09 +0000
commit06fe1957600739d6b6546a1276c0693d058e6caa (patch)
tree0e573a0949d93cf3dfce9531eb65fb5dba00e8ec /src/namestore/Makefile.am
parent1cd12d09f18474f7720bd4b33316087b83623bf4 (diff)
downloadgnunet-06fe1957600739d6b6546a1276c0693d058e6caa.tar.gz
gnunet-06fe1957600739d6b6546a1276c0693d058e6caa.zip
new test
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 639a4484e..d29cb4766 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -44,12 +44,12 @@ TESTING_TESTS = \
44 test_namestore_api_store \ 44 test_namestore_api_store \
45 test_namestore_api_store_update \ 45 test_namestore_api_store_update \
46 test_namestore_api_remove \ 46 test_namestore_api_remove \
47 test_namestore_api_remove_not_existing_record \
47 test_namestore_api_zone_iteration \ 48 test_namestore_api_zone_iteration \
48 test_namestore_api_zone_iteration_specific_zone \ 49 test_namestore_api_zone_iteration_specific_zone \
49 test_namestore_api_zone_iteration_stop \ 50 test_namestore_api_zone_iteration_stop \
50 test_namestore_api_monitoring \ 51 test_namestore_api_monitoring \
51 test_namestore_api_monitoring_existing 52 test_namestore_api_monitoring_existing
52#test_namestore_api_remove_not_existing_record
53#test_namestore_api_zone_to_name 53#test_namestore_api_zone_to_name
54endif 54endif
55 55