aboutsummaryrefslogtreecommitdiff
path: root/src/testing/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r--src/testing/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index e62795a92..58e0f9e47 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -24,7 +24,8 @@ check_PROGRAMS = \
24 test_testing \ 24 test_testing \
25 test_testing_connect 25 test_testing_connect
26 26
27TESTS = $(check_PROGRAMS) 27TESTS = test_testing
28# $(check_PROGRAMS)
28 29
29test_testing_SOURCES = \ 30test_testing_SOURCES = \
30 test_testing.c 31 test_testing.c