more tests
This commit is contained in:
parent
d0f8b3e0ad
commit
1bcff515b7
22 changed files with 191 additions and 58 deletions
2
run.sh
2
run.sh
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue