unit test
This commit is contained in:
parent
98d5a1a3bc
commit
54db58d362
18 changed files with 64 additions and 9 deletions
3
run.sh
3
run.sh
|
@ -2,4 +2,5 @@ gcc boot.c &&
|
|||
./a.out < $1 > $1.s &&
|
||||
riscv64-linux-gnu-gcc-12 -static $1.s -o $1.out &&
|
||||
qemu-riscv64 $1.out
|
||||
echo $?
|
||||
echo $?
|
||||
rm $1.s $1.out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue