forked from starnakin/IronGOLEM
auto check if file.input exist
This commit is contained in:
parent
106d2da5a0
commit
54370e872e
2
test.sh
2
test.sh
@ -6,7 +6,7 @@ tester()
|
|||||||
cat src/*.🗿 tests/$val.🗿 tests/test.🗿 >tmp.🗿
|
cat src/*.🗿 tests/$val.🗿 tests/test.🗿 >tmp.🗿
|
||||||
golemc tmp.🗿 > tmp.asm
|
golemc tmp.🗿 > tmp.asm
|
||||||
orgaasm tmp.asm tmp.rom
|
orgaasm tmp.asm tmp.rom
|
||||||
if [ $val == "geadline" ]
|
if [ -f tests/$val.input ]
|
||||||
then
|
then
|
||||||
orgaemu tmp.rom < tests/$val.input
|
orgaemu tmp.rom < tests/$val.input
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user