automated testing: fix some things related to testing retro-compiler

FossilOrigin-Name: 878628cd439cd9cd3646177b5c0b69da903cdb4bc2bf8ac29eeca053d578dcc0
This commit is contained in:
crc 2021-05-18 14:09:10 +00:00
parent 4a63074a63
commit f7d6c19115

View file

@ -1,5 +1,7 @@
image: debian/unstable
arch: arm64
packages:
- curl
sources:
- https://git.sr.ht/~crc_/retroforth
tasks:
@ -21,7 +23,7 @@ tasks:
retro example/sea-level-rise.retro
- test-compiler: |
cd retroforth
echo "~~~\n:hello 'hello_s:put_nl_;\n~~~" >hello.retro
curl http://forth.works/share/17af8e4329d13fea01e7afcdf3c9aefd -o hello.retro
./bin/retro-compiler hello.retro hello
./a.out
- check-missing: |