Unifying the tests
This commit is contained in:
parent
cb5f021530
commit
a19e0cbb34
|
@ -19,7 +19,7 @@
|
||||||
#variables
|
#variables
|
||||||
DATE="date"
|
DATE="date"
|
||||||
DEASM="../src/deasm-static"
|
DEASM="../src/deasm-static"
|
||||||
DEBUG="debug"
|
DEBUG="_debug"
|
||||||
|
|
||||||
|
|
||||||
#functions
|
#functions
|
||||||
|
@ -39,7 +39,7 @@ _deasm()
|
||||||
|
|
||||||
|
|
||||||
#debug
|
#debug
|
||||||
debug()
|
_debug()
|
||||||
{
|
{
|
||||||
echo "$@" 1>&2
|
echo "$@" 1>&2
|
||||||
"$@"
|
"$@"
|
||||||
|
@ -101,7 +101,8 @@ target="$1"
|
||||||
[ "$clean" -ne 0 ] && exit 0
|
[ "$clean" -ne 0 ] && exit 0
|
||||||
|
|
||||||
FAILED=
|
FAILED=
|
||||||
($DATE
|
(echo "Performing tests:" 1>&2
|
||||||
|
$DATE
|
||||||
_test _deasm amd64
|
_test _deasm amd64
|
||||||
_test _deasm arm
|
_test _deasm arm
|
||||||
_test _deasm armeb
|
_test _deasm armeb
|
||||||
|
|
Loading…
Reference in New Issue
Block a user