adds asmjit to test script

This commit is contained in:
Eyck-Alexander Jentzsch 2023-12-14 14:28:17 +01:00
parent 8902d96ad4
commit 6418867a28
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ function print_help {
echo " -t set build type"
}
SIM_ARGS="-v1"
BACKENDS=("interp" "tcc" "llvm")
BACKENDS=("interp" "tcc" "llvm" "asmjit")
DEBUG=0
BUILD_TYPE=Debug
while getopts 'b:s:hvt:' c
@ -36,7 +36,7 @@ do
done
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
ROOT_DIR=$DIR
ROOT_DIR="$(dirname "$DIR")"
RISCV_TEST=$ROOT_DIR/build/riscv-tests
# prepare riscv-test binaries