VolksForth/8086/msdos/tests/test-blk.fth

27 lines
346 B
Forth
Raw Normal View History

include log2file.fth
2022-03-19 21:37:33 +00:00
logopen output.log
include ans-shim.fth
: \vf [compile] \ ; immediate
2022-03-19 21:37:33 +00:00
include prelim.fth
include tester.fth
\ 1 verbose !
include core.fr
2022-03-19 21:37:33 +00:00
include coreplus.fth
2022-03-19 21:37:33 +00:00
include util.fth
include errorrep.fth
2022-03-19 21:37:33 +00:00
include coreext.fth
include doubltst.fth
: flush logclose flush logreopen ;
2022-03-19 21:37:33 +00:00
include block.fth
REPORT-ERRORS
logclose