mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-18 10:09:33 +00:00
d8b8f0366e
a good deal of Makefile and run-in-dosbox.sh refactoring, e.g. the introduction of a dosfiles/ subdir in which dosbox runs, to eliminate the need for the Forth PATH word to run tests.
23 lines
292 B
Forth
23 lines
292 B
Forth
|
|
include log2file.fth
|
|
logopen output.log
|
|
|
|
include ans-shim.fth
|
|
: \vf [compile] \ ; immediate
|
|
|
|
include prelimtest.fth
|
|
include tester.fth
|
|
\ 1 verbose !
|
|
include core.fr
|
|
include coreplus.fth
|
|
|
|
include util.fth
|
|
include errorrep.fth
|
|
|
|
include coreext.fth
|
|
include double.fth
|
|
|
|
REPORT-ERRORS
|
|
|
|
logclose
|