From b4c0b0369472a56f613f04f2bcc4f34c471cd4f1 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 23 Jul 2010 11:04:09 +0200 Subject: Added the client unit testing information --- CMakeLists.txt | 2 +- build/build_make.sh | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd6b69ef..bf1fdab5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,7 +102,7 @@ message(STATUS "SFTP support: ${WITH_SFTP}") message(STATUS "Server support : ${WITH_SERVER}") message(STATUS "Pcap debugging support : ${WITH_PCAP}") message(STATUS "Unit testing: ${WITH_TESTING}") - +message(STATUS "Client code Unit testing: ${WITH_CLIENT_TESTING}") if (WITH_INTERNAL_DOC) message(STATUS "Internal documentation generation") else (WITH_INTERNAL_DOC) diff --git a/build/build_make.sh b/build/build_make.sh index 1e93c2fc..268a03b8 100755 --- a/build/build_make.sh +++ b/build/build_make.sh @@ -63,7 +63,7 @@ function clean_build_dir() { function usage () { echo "Usage: `basename $0` [--prefix /install_prefix|--build [debug|final]|--clean|--verbose|--libsuffix (32|64)|--help|--cmakedir /directory|--make -(gmake|make)|--ccompiler (gcc|cc)|--withstaticlib|--unittesting|--withssh1|--withserver]" +(gmake|make)|--ccompiler (gcc|cc)|--withstaticlib|--unittesting|--clientunittesting|--withssh1|--withserver]" cleanup_and_exit } @@ -138,6 +138,10 @@ while test -n "$1"; do OPTIONS="${OPTIONS} -DWITH_TESTING=ON" shift ;; + *-clientunittesting) + OPTIONS="${OPTIONS} -DWITH_CLIENT_TESTING=ON" + shift + ;; *-withssh1) OPTIONS="${OPTIONS} -DWITH_SSH1=ON" shift -- cgit v1.2.3