aboutsummaryrefslogtreecommitdiff
path: root/src/ats/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/Makefile.am')
-rw-r--r--src/ats/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index adccc7e35..79cefe378 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -42,7 +42,8 @@ gnunet_service_ats_LDADD = \
42 42
43 43
44check_PROGRAMS = \ 44check_PROGRAMS = \
45 test_ats_api_scheduling 45 test_ats_api_scheduling \
46 test_ats_api_scheduling_get_type
46# test_ats_api_bandwidth_consumption 47# test_ats_api_bandwidth_consumption
47 48
48if ENABLE_TEST_RUN 49if ENABLE_TEST_RUN
@@ -55,6 +56,12 @@ test_ats_api_scheduling_LDADD = \
55 $(top_builddir)/src/util/libgnunetutil.la \ 56 $(top_builddir)/src/util/libgnunetutil.la \
56 $(top_builddir)/src/ats/libgnunetats.la 57 $(top_builddir)/src/ats/libgnunetats.la
57 58
59test_ats_api_scheduling_get_type_SOURCES = \
60 test_ats_api_scheduling_get_type.c
61test_ats_api_scheduling_get_type_LDADD = \
62 $(top_builddir)/src/util/libgnunetutil.la \
63 $(top_builddir)/src/ats/libgnunetats.la
64
58#test_ats_api_bandwidth_consumption_SOURCES = \ 65#test_ats_api_bandwidth_consumption_SOURCES = \
59# test_ats_api_bandwidth_consumption.c 66# test_ats_api_bandwidth_consumption.c
60#test_ats_api_bandwidth_consumption_LDADD = \ 67#test_ats_api_bandwidth_consumption_LDADD = \