Have regression run "make" before "make run-asm-tests"
I'm seeing some odd behavior where "make run-asm-tests" actually does nothing. This works around the issue.
This commit is contained in:
parent
a99b1e3a01
commit
9bbecffbb8
@ -16,7 +16,7 @@ export RISCV="$(pwd)/install"; export PATH=$PATH:$RISCV/bin
|
|||||||
cd riscv-tools; ./build.sh; cd ..
|
cd riscv-tools; ./build.sh; cd ..
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
git submodule status --recursive
|
git submodule status --recursive
|
||||||
cd emulator; make CONFIG=$1 run-asm-tests; cd ..
|
cd emulator; make CONFIG=$1; make CONFIG=$1 run-asm-tests; cd ..
|
||||||
if [ $# -ge 2 ]
|
if [ $# -ge 2 ]
|
||||||
then
|
then
|
||||||
git clone git@github.com:ucb-bar/riscv-torture.git
|
git clone git@github.com:ucb-bar/riscv-torture.git
|
||||||
|
Loading…
Reference in New Issue
Block a user