adds asmjit to test script
This commit is contained in:
parent
8902d96ad4
commit
6418867a28
@ -17,7 +17,7 @@ function print_help {
|
|||||||
echo " -t set build type"
|
echo " -t set build type"
|
||||||
}
|
}
|
||||||
SIM_ARGS="-v1"
|
SIM_ARGS="-v1"
|
||||||
BACKENDS=("interp" "tcc" "llvm")
|
BACKENDS=("interp" "tcc" "llvm" "asmjit")
|
||||||
DEBUG=0
|
DEBUG=0
|
||||||
BUILD_TYPE=Debug
|
BUILD_TYPE=Debug
|
||||||
while getopts 'b:s:hvt:' c
|
while getopts 'b:s:hvt:' c
|
||||||
@ -36,7 +36,7 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||||
ROOT_DIR=$DIR
|
ROOT_DIR="$(dirname "$DIR")"
|
||||||
|
|
||||||
RISCV_TEST=$ROOT_DIR/build/riscv-tests
|
RISCV_TEST=$ROOT_DIR/build/riscv-tests
|
||||||
# prepare riscv-test binaries
|
# prepare riscv-test binaries
|
||||||
|
Loading…
Reference in New Issue
Block a user