From 56b9bc371ea605db07f78470540db37e6e79ccfc Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 20 Oct 2006 21:56:39 +0000 Subject: [PATCH] Added -s to make tests. --- test_problems/min_python/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_problems/min_python/Makefile.in b/test_problems/min_python/Makefile.in index ea5107dde..b3db076c3 100644 --- a/test_problems/min_python/Makefile.in +++ b/test_problems/min_python/Makefile.in @@ -13,8 +13,8 @@ all: cd negATest; @MAKE@ all test: - cd minDiamond; @MAKE@ test - cd negATest; @MAKE@ test + cd minDiamond; @MAKE@ -s test + cd negATest; @MAKE@ -s test clean: $(RM) *.*~