mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-02-18 03:30:36 +00:00
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.
25 lines
326 B
Forth
25 lines
326 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
|
|
|
|
REPORT-ERRORS
|
|
|
|
logclose
|
|
|
|
dos s0:notdone
|