From e46a3d08b2d167b405e745d3854b4faf5b5c1157 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 13 Oct 2011 13:16:54 +0000 Subject: [PATCH] commenting out old tests --- src/ats/Makefile.am | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am index 319d6711c..0f0a20e55 100644 --- a/src/ats/Makefile.am +++ b/src/ats/Makefile.am @@ -28,25 +28,25 @@ libgnunetats_la_LIBADD = \ # $(GN_LIBINTL) -check_PROGRAMS = \ - test_ats_api +#check_PROGRAMS = \ +# test_ats_api # test_ats_api_update_address if ENABLE_TEST_RUN TESTS = $(check_PROGRAMS) endif -test_ats_api_SOURCES = \ - test_ats_api.c -test_ats_api_LDADD = \ - $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/ats/libgnunetats.la - -test_ats_api_update_address_SOURCES = \ - test_ats_api_update_address.c -test_ats_api_update_address_LDADD = \ - $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/ats/libgnunetats.la +#test_ats_api_SOURCES = \ +# test_ats_api.c +#test_ats_api_LDADD = \ +# $(top_builddir)/src/util/libgnunetutil.la \ +# $(top_builddir)/src/ats/libgnunetats.la + +#test_ats_api_update_address_SOURCES = \ +# test_ats_api_update_address.c +#test_ats_api_update_address_LDADD = \ +# $(top_builddir)/src/util/libgnunetutil.la \ +# $(top_builddir)/src/ats/libgnunetats.la EXTRA_DIST = \ -- 2.25.1