aboutsummaryrefslogtreecommitdiff
path: root/src/monkey/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/monkey/Makefile.am')
-rw-r--r--src/monkey/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkey/Makefile.am b/src/monkey/Makefile.am
index b1d6cb89b..4b170da58 100644
--- a/src/monkey/Makefile.am
+++ b/src/monkey/Makefile.am
@@ -92,7 +92,7 @@ check_PROGRAMS = \
92 test_monkey_edb 92 test_monkey_edb
93 #test_gnunet_monkey 93 #test_gnunet_monkey
94 94
95if !DISABLE_TEST_RUN 95if ENABLE_TEST_RUN
96# TESTS = $(check_SCRIPTS) 96# TESTS = $(check_SCRIPTS)
97TESTS = $(check_PROGRAMS) 97TESTS = $(check_PROGRAMS)
98endif 98endif