Added unit testing support using check.

This commit is contained in:
Andreas Schneider
2010-03-02 13:47:14 +01:00
parent e8a1d135e2
commit 464176d511
11 changed files with 317 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ while test -n "$1"; do
shift
;;
*-unittesting)
OPTIONS="${OPTIONS} -DUNIT_TESTING=ON"
OPTIONS="${OPTIONS} -DWITH_TESTING=ON"
shift
;;
*-withssh1)