aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 81b8a93b7..431bd7d0d 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -174,8 +174,6 @@ endif
174noinst_PROGRAMS = \ 174noinst_PROGRAMS = \
175 gnunet-config-diff \ 175 gnunet-config-diff \
176 test_common_logging_dummy \ 176 test_common_logging_dummy \
177 test_scheduler_hogging_cancel \
178 test_scheduler_hogging_priority \
179 gnunet-crypto-tvg 177 gnunet-crypto-tvg
180 178
181if ENABLE_TEST_RUN 179if ENABLE_TEST_RUN
@@ -323,6 +321,8 @@ check_PROGRAMS = \
323 test_resolver_api.nc \ 321 test_resolver_api.nc \
324 test_scheduler \ 322 test_scheduler \
325 test_scheduler_delay \ 323 test_scheduler_delay \
324 test_scheduler_hogging_cancel \
325 test_scheduler_hogging_priority \
326 test_service \ 326 test_service \
327 test_strings \ 327 test_strings \
328 test_strings_to_data \ 328 test_strings_to_data \