From a19e0cbb349259a7c0f9407bbde7b22207bce999 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 23 Mar 2014 14:14:52 +0900 Subject: [PATCH] Unifying the tests --- tests/tests.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/tests.sh b/tests/tests.sh index 996fc86..b6a39f4 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -19,7 +19,7 @@ #variables DATE="date" DEASM="../src/deasm-static" -DEBUG="debug" +DEBUG="_debug" #functions @@ -39,7 +39,7 @@ _deasm() #debug -debug() +_debug() { echo "$@" 1>&2 "$@" @@ -101,7 +101,8 @@ target="$1" [ "$clean" -ne 0 ] && exit 0 FAILED= -($DATE +(echo "Performing tests:" 1>&2 +$DATE _test _deasm amd64 _test _deasm arm _test _deasm armeb