mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-22 20:34:07 +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.
39 lines
325 B
Forth
39 lines
325 B
Forth
|
|
\ *** Block No. 0, Hexblock 0
|
|
|
|
\ logtest.fb phz 04jan22
|
|
|
|
basic tests for log2file.fb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\ *** Block No. 1, Hexblock 1
|
|
|
|
\ loadscreen phz 22jan22
|
|
|
|
include log2file.fb
|
|
|
|
logopen output.log
|
|
.( logtest done) cr
|
|
logclose
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|