more tests

This commit is contained in:
Yaossg 2025-03-09 22:28:36 +08:00
parent d0f8b3e0ad
commit 1bcff515b7
22 changed files with 191 additions and 58 deletions

2
run.sh
View file

@ -14,4 +14,4 @@ gcc boot.c -o boot.elf &&
./boot.elf < $1 > $1.s &&
compile_and_run $1
echo $?
rm $1.s $1.s.elf boot.elf 2> /dev/null
rm $1.s $1.elf boot.elf 2> /dev/null