mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-24 03:34:43 +00:00
Fix inctest and alltests
This commit is contained in:
parent
68c1cf876e
commit
3b2a10550c
@ -24,7 +24,8 @@ veryclean: clean
|
|||||||
|
|
||||||
test: test-min.result test-std.result test-blk.result
|
test: test-min.result test-std.result test-blk.result
|
||||||
|
|
||||||
alltests: logtest.result inctest.result test-min.result test-v4th.result
|
alltests: test-min.result test-std.result test-blk.result \
|
||||||
|
logtest.result inctest.result test-kernel.result
|
||||||
|
|
||||||
run-editor: | msdos
|
run-editor: | msdos
|
||||||
FORTHPATH="f:\\src;f:\\tests;f:\\msdos" \
|
FORTHPATH="f:\\src;f:\\tests;f:\\msdos" \
|
||||||
@ -70,6 +71,7 @@ inctest.log: \
|
|||||||
./emulator/run-in-runcpm.sh \
|
./emulator/run-in-runcpm.sh \
|
||||||
"kernel fileint.fb" \
|
"kernel fileint.fb" \
|
||||||
"1 load onlyforth" \
|
"1 load onlyforth" \
|
||||||
|
"$50 constant /tib" \
|
||||||
"include include.fb" \
|
"include include.fb" \
|
||||||
"include log2file.fb" \
|
"include log2file.fb" \
|
||||||
"logopen" \
|
"logopen" \
|
||||||
|
Loading…
Reference in New Issue
Block a user