aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-11 12:33:30 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-11 12:33:30 +0000
commit3ff6d178dfd39dd4a3d384f525b241c0064322ca (patch)
tree1c44ef420b30004ed8b582475459d4b804ad3867 /src
parent2f9df8cdd7131faff5c73cea1566467bec2d5594 (diff)
downloadgnunet-3ff6d178dfd39dd4a3d384f525b241c0064322ca.tar.gz
gnunet-3ff6d178dfd39dd4a3d384f525b241c0064322ca.zip
-no longer experimental
Diffstat (limited to 'src')
-rw-r--r--src/namestore/Makefile.am9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index d29cb4766..d09dc560d 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -37,8 +37,6 @@ endif
37endif 37endif
38 38
39# testcases do not even build yet; thus: experimental! 39# testcases do not even build yet; thus: experimental!
40if HAVE_EXPERIMENTAL
41
42if HAVE_TESTING 40if HAVE_TESTING
43TESTING_TESTS = \ 41TESTING_TESTS = \
44 test_namestore_api_store \ 42 test_namestore_api_store \
@@ -62,9 +60,6 @@ check_PROGRAMS = \
62 $(TESTING_TESTS) 60 $(TESTING_TESTS)
63endif 61endif
64 62
65# end of 'HAVE_EXPERIMENTAL' for testcases
66endif
67
68if ENABLE_TEST_RUN 63if ENABLE_TEST_RUN
69TESTS = $(check_PROGRAMS) 64TESTS = $(check_PROGRAMS)
70endif 65endif
@@ -226,14 +221,14 @@ test_namestore_api_monitoring_LDADD = \
226 $(top_builddir)/src/testing/libgnunettesting.la \ 221 $(top_builddir)/src/testing/libgnunettesting.la \
227 $(top_builddir)/src/namestore/libgnunetnamestore.la \ 222 $(top_builddir)/src/namestore/libgnunetnamestore.la \
228 $(top_builddir)/src/util/libgnunetutil.la 223 $(top_builddir)/src/util/libgnunetutil.la
229 224
230test_namestore_api_monitoring_existing_SOURCES = \ 225test_namestore_api_monitoring_existing_SOURCES = \
231 test_namestore_api_monitoring_existing.c 226 test_namestore_api_monitoring_existing.c
232test_namestore_api_monitoring_existing_LDADD = \ 227test_namestore_api_monitoring_existing_LDADD = \
233 $(top_builddir)/src/testing/libgnunettesting.la \ 228 $(top_builddir)/src/testing/libgnunettesting.la \
234 $(top_builddir)/src/namestore/libgnunetnamestore.la \ 229 $(top_builddir)/src/namestore/libgnunetnamestore.la \
235 $(top_builddir)/src/util/libgnunetutil.la 230 $(top_builddir)/src/util/libgnunetutil.la
236 231
237test_namestore_api_zone_iteration_SOURCES = \ 232test_namestore_api_zone_iteration_SOURCES = \
238 test_namestore_api_zone_iteration.c 233 test_namestore_api_zone_iteration.c
239test_namestore_api_zone_iteration_LDADD = \ 234test_namestore_api_zone_iteration_LDADD = \