mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-25 10:30:57 +00:00
Remove cbmfiles/test.log before running any test-x.fth,
and fix names of log files in all but vf-lite-c64.fth build scripts
This commit is contained in:
parent
424a9c2af3
commit
ac3caee218
@ -94,31 +94,37 @@ cbmfiles/vf-lite-x16:
|
||||
$(test_logs): $(test_files_petscii) emulator/run-in-vice.sh
|
||||
|
||||
test-full-c64.log: emulator/vf-full-c64.T64 disks/scratch.d64
|
||||
rm -f cbmfiles/test.log
|
||||
DISK9=scratch emulator/run-in-vice.sh vf-full-c64 \
|
||||
"include run-full-tests.fth\n1234567890\n"
|
||||
petscii2ascii cbmfiles/test.log $@
|
||||
|
||||
test-lite-c64.log: emulator/vf-lite-c64.T64
|
||||
rm -f cbmfiles/test.log
|
||||
emulator/run-in-vice.sh vf-lite-c64 \
|
||||
"include run-lite-tests.fth\n1234567890\n"
|
||||
petscii2ascii cbmfiles/test.log $@
|
||||
|
||||
test-full-c16+.log: emulator/vf-full-c16+.T64 disks/scratch.d64
|
||||
rm -f cbmfiles/test.log
|
||||
VICE=xplus4 emulator/run-in-vice.sh vf-full-c16+ \
|
||||
"include run-full-tests.fth\n1234567890\n"
|
||||
petscii2ascii cbmfiles/test.log $@
|
||||
|
||||
test-lite-c16+.log: emulator/vf-lite-c16+.T64
|
||||
rm -f cbmfiles/test.log
|
||||
VICE=xplus4 emulator/run-in-vice.sh vf-lite-c16+ \
|
||||
"include run-lite-tests.fth\n1234567890\n"
|
||||
petscii2ascii cbmfiles/test.log $@
|
||||
|
||||
test-full-c16-.log: emulator/vf-full-c16-.T64
|
||||
rm -f cbmfiles/test.log
|
||||
VICE=xplus4 emulator/run-in-vice.sh vf-full-c16- \
|
||||
"include run-min-tests.fth\n1234567890\n"
|
||||
petscii2ascii cbmfiles/test.log $@
|
||||
|
||||
test-lite-c16-.log: emulator/vf-lite-c16-.T64
|
||||
rm -f cbmfiles/test.log
|
||||
VICE=xplus4 emulator/run-in-vice.sh vf-lite-c16- \
|
||||
"include run-lite-tests.fth\n1234567890\n"
|
||||
petscii2ascii cbmfiles/test.log $@
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
include vf-tc-prep.fth
|
||||
|
||||
\log logopen" vf-lite-c64.log"
|
||||
\log logopen" vf-full-c16+.log"
|
||||
|
||||
include vf-trg-c16+.fth
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
include vf-tc-prep.fth
|
||||
|
||||
\log logopen" vf-lite-c64.log"
|
||||
\log logopen" vf-full-c16-.log"
|
||||
|
||||
include vf-trg-c16-.fth
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
include vf-tc-prep.fth
|
||||
|
||||
\log logopen" vf-lite-c64.log"
|
||||
\log logopen" vf-full-c64.log"
|
||||
|
||||
include vf-trg-c64.fth
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
include vf-tc-prep.fth
|
||||
|
||||
\log logopen" vf-lite-c64.log"
|
||||
\log logopen" vf-lite-c16+.log"
|
||||
|
||||
include vf-trg-c16+.fth
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
include vf-tc-prep.fth
|
||||
|
||||
\log logopen" vf-lite-c64.log"
|
||||
\log logopen" vf-lite-c16-.log"
|
||||
|
||||
include vf-trg-c16-.fth
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user