Modified regression64.sh

This commit is contained in:
Santosh Srivatsan 2022-02-05 14:37:05 -05:00
parent 09833fdfb1
commit 6dd6a88c12

View file

@ -10,7 +10,7 @@ coverage()
{
echo "begin coverage tests..."
make -C tests/riscv/isa run-simx-64imfd
make -C tests/riscv/isa run-simx-64
echo "coverage tests done!"
}