mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-26 02:49:17 +00:00
9a568b3a03
Names are adapted to DOS 8.3 file names, PETSCII adaptions of core.fth are reverted (DOS uses ASCII), the input test is disabled, since no way was yet found to inject keystrokes into dosbox. And some tweaks were applied to ans-shim.fth and the golden files to make the first tests (preliminary & core) to pass.
26 lines
356 B
Forth
26 lines
356 B
Forth
|
|
include log2file.fth
|
|
logopen test.log
|
|
|
|
include ans-shim.fth
|
|
: \vf [compile] \ ; immediate
|
|
|
|
include prelimtest.fth
|
|
include tester.fth
|
|
\ 1 verbose !
|
|
include core.fr
|
|
include coreplustest.fth
|
|
|
|
include utilities.fth
|
|
include errorreport.fth
|
|
|
|
include coreexttest.fth
|
|
include doubletest.fth
|
|
1 drive include blocktest.fth
|
|
|
|
REPORT-ERRORS
|
|
|
|
logclose
|
|
|
|
dos s0:notdone
|