From adf5ba96e6a89bdafc0124281639160731099160 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Thu, 3 Jul 2014 12:18:03 -0700 Subject: [PATCH] tie in the client test script to check target --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5918a4dc5..c2d916e49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -96,7 +96,7 @@ TESTS_ENVIRONMENT=./valgrind-error.sh endif TEST_EXTENSIONS=.test -TESTS += $(check_PROGRAMS) +TESTS += $(check_PROGRAMS) ./client-test.sh test: check tests/unit.log: testsuite/testsuite.log