aboutsummaryrefslogtreecommitdiff
path: root/src/ats/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-10-11 23:43:04 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-10-11 23:43:04 +0200
commit4e7e81f4d1305df169d3f7623948a142aa47936b (patch)
treebd74087a75d29375fdf457d3c4fc6662106cf92f /src/ats/Makefile.am
parent65554324abf7e83e3f0f51c3b059e621934afb9d (diff)
downloadgnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.tar.gz
gnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.zip
BUILD: Remove --disable-testing. Issue #7033
Diffstat (limited to 'src/ats/Makefile.am')
-rw-r--r--src/ats/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index 0b8e7309a..85a2bb555 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -65,11 +65,9 @@ gnunet_service_ats_LDADD = \
65 libgnunetats.la \ 65 libgnunetats.la \
66 $(GN_LIBINTL) 66 $(GN_LIBINTL)
67 67
68if HAVE_TESTING
69TESTING_TESTS = \ 68TESTING_TESTS = \
70 test_ats_api_proportional \ 69 test_ats_api_proportional \
71 test_ats_reservation_api_proportional 70 test_ats_reservation_api_proportional
72endif
73 71
74check_PROGRAMS = \ 72check_PROGRAMS = \
75 $(TESTING_TESTS) 73 $(TESTING_TESTS)