aboutsummaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 1ab88033f..2faeb2357 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -47,7 +47,7 @@ check_PROGRAMS = \
47 test_core_quota_compliance_asymmetric_recv_limited \ 47 test_core_quota_compliance_asymmetric_recv_limited \
48 test_core_api_send_to_self 48 test_core_api_send_to_self
49 49
50if !DISABLE_TEST_RUN 50if ENABLE_TEST_RUN
51TESTS = $(check_PROGRAMS) 51TESTS = $(check_PROGRAMS)
52endif 52endif
53 53