From f07314e787ee984d8ec652a1caed481bf9941044 Mon Sep 17 00:00:00 2001 From: Andres AG Date: Wed, 31 Aug 2016 17:33:13 +0100 Subject: [PATCH] Allow cmake 'out-of-source' builds Allow mbed TLS to be build in a subdirectory. Also add a test in all.sh --- tests/scripts/all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 9ef4fb954..27a71f6ea 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -42,7 +42,7 @@ FORCE=0 : ${GNUTLS_LEGACY_SERV:="$GNUTLS_SERV"} : ${OUT_OF_SOURCE_DIR:=./mbedtls_out_of_source_build} -usage() +sage() { printf "Usage: $0\n" printf " -h|--help\t\tPrint this help.\n"