aboutsummaryrefslogtreecommitdiff
path: root/src/chat
diff options
context:
space:
mode:
Diffstat (limited to 'src/chat')
-rw-r--r--src/chat/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chat/Makefile.am b/src/chat/Makefile.am
index f10796c23..39a2df2a1 100644
--- a/src/chat/Makefile.am
+++ b/src/chat/Makefile.am
@@ -50,7 +50,7 @@ check_PROGRAMS = \
50 test_chat_private \ 50 test_chat_private \
51 test_chat_private_p2p 51 test_chat_private_p2p
52 52
53if !DISABLE_TEST_RUN 53if ENABLE_TEST_RUN
54TESTS = $(check_PROGRAMS) 54TESTS = $(check_PROGRAMS)
55endif 55endif
56 56