VolksForth/8086/msdos/tests/test-blk.fth
Philip Zembrod 91c74f0830 Tweak block test incl. golden file to make it pass:
Close and reopen log file before and after FLUSH.
Adapt golden file to 16x64 screen format and .fb instead of direkt disk access.
2022-03-20 00:50:27 +01:00

27 lines
346 B
Forth

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