aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-08-22 08:51:11 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-08-22 08:51:11 +0000
commit50f299a80eda44a1380edec20f4b9d91dbc85d07 (patch)
treef28690c08b6f6d4d55b39998d704b1327de72a66 /src/namestore/Makefile.am
parent8cfdd55547ca1163f168af6d0254a17e5e0328c0 (diff)
downloadgnunet-50f299a80eda44a1380edec20f4b9d91dbc85d07.tar.gz
gnunet-50f299a80eda44a1380edec20f4b9d91dbc85d07.zip
test if records are removed correctly
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 8a5fa70a6..7784f2b5b 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -41,12 +41,12 @@ if HAVE_EXPERIMENTAL
41 41
42if HAVE_TESTING 42if HAVE_TESTING
43TESTING_TESTS = \ 43TESTING_TESTS = \
44 test_namestore_api 44 test_namestore_api \
45 test_namestore_api_remove
45 #test_namestore_api_lookup \ 46 #test_namestore_api_lookup \
46 #test_namestore_api_lookup_specific_type \ 47 #test_namestore_api_lookup_specific_type \
47 #test_namestore_api_create \ 48 #test_namestore_api_create \
48 #test_namestore_api_create_update \ 49 #test_namestore_api_create_update \
49 #test_namestore_api_remove \
50 #test_namestore_api_remove_not_existing_record \ 50 #test_namestore_api_remove_not_existing_record \
51 #test_namestore_api_zone_to_name \ 51 #test_namestore_api_zone_to_name \
52 #test_namestore_api_monitoring \ 52 #test_namestore_api_monitoring \