From 464176d5111676161d809ac3f5aeaa0f9fb2ff5b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 2 Mar 2010 13:47:14 +0100 Subject: Added unit testing support using check. --- build/build_make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/build_make.sh b/build/build_make.sh index a51f5e8..1e93c2f 100755 --- a/build/build_make.sh +++ b/build/build_make.sh @@ -135,7 +135,7 @@ while test -n "$1"; do shift ;; *-unittesting) - OPTIONS="${OPTIONS} -DUNIT_TESTING=ON" + OPTIONS="${OPTIONS} -DWITH_TESTING=ON" shift ;; *-withssh1) -- cgit