aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 01712ff1c..0229c67c9 100644
--- a/src/monkey/Makefile.am
+++ b/src/monkey/Makefile.am
@@ -84,7 +84,7 @@ bug_null_pointer_exception_LDADD = \
84check_PROGRAMS = \ 84check_PROGRAMS = \
85 test_monkey_api 85 test_monkey_api
86 86
87TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 87#TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
88 88
89test_monkey_api_SOURCES = \ 89test_monkey_api_SOURCES = \
90 test_monkey_api.c 90 test_monkey_api.c