mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-01-09 13:32:05 +00:00
Run full test suite for C16+, now that we have enough memory there.
This commit is contained in:
parent
ece0f104e0
commit
f11c246d2c
@ -96,14 +96,14 @@ test-lite-c64.log: emulator/vf-lite-c64.T64
|
|||||||
"include run-lite-tests.fth\n1234567890\n"
|
"include run-lite-tests.fth\n1234567890\n"
|
||||||
petscii2ascii cbmfiles/test.log $@
|
petscii2ascii cbmfiles/test.log $@
|
||||||
|
|
||||||
test-full-c16+.log: emulator/vf-full-c16+.T64
|
test-full-c16+.log: emulator/vf-full-c16+.T64 disks/scratch.d64
|
||||||
VICE=xplus4 emulator/run-in-vice.sh vf-full-c16+ \
|
VICE=xplus4 emulator/run-in-vice.sh vf-full-c16+ \
|
||||||
"include run-min-tests.fth\n1234567890\n"
|
"include run-full-tests.fth\n1234567890\n"
|
||||||
petscii2ascii cbmfiles/test.log $@
|
petscii2ascii cbmfiles/test.log $@
|
||||||
|
|
||||||
test-lite-c16+.log: emulator/vf-lite-c16+.T64
|
test-lite-c16+.log: emulator/vf-lite-c16+.T64
|
||||||
VICE=xplus4 emulator/run-in-vice.sh vf-lite-c16+ \
|
VICE=xplus4 emulator/run-in-vice.sh vf-lite-c16+ \
|
||||||
"include run-min-tests.fth\n1234567890\n"
|
"include run-lite-tests.fth\n1234567890\n"
|
||||||
petscii2ascii cbmfiles/test.log $@
|
petscii2ascii cbmfiles/test.log $@
|
||||||
|
|
||||||
test-full-c16-.log: emulator/vf-full-c16-.T64
|
test-full-c16-.log: emulator/vf-full-c16-.T64
|
||||||
@ -132,19 +132,20 @@ test-lite-c64.golden: $(patsubst %, tests/golden/%.golden, \
|
|||||||
prelim core coreext double report-noblk)
|
prelim core coreext double report-noblk)
|
||||||
cat $? > $@
|
cat $? > $@
|
||||||
|
|
||||||
c16_golden_parts = $(patsubst %, tests/golden/%.golden, \
|
test-full-c16+.golden: $(patsubst %, tests/golden/%.golden, \
|
||||||
prelim core)
|
prelim core coreext double block report-blk)
|
||||||
|
|
||||||
test-full-c16+.golden: $(c16_golden_parts)
|
|
||||||
cat $? > $@
|
cat $? > $@
|
||||||
|
|
||||||
test-lite-c16+.golden: $(c16_golden_parts)
|
test-lite-c16+.golden: $(patsubst %, tests/golden/%.golden, \
|
||||||
|
prelim core coreext double report-noblk)
|
||||||
cat $? > $@
|
cat $? > $@
|
||||||
|
|
||||||
test-full-c16-.golden: $(c16_golden_parts)
|
test-full-c16-.golden: $(patsubst %, tests/golden/%.golden, \
|
||||||
|
prelim core)
|
||||||
cat $? > $@
|
cat $? > $@
|
||||||
|
|
||||||
test-lite-c16-.golden: $(c16_golden_parts)
|
test-lite-c16-.golden: $(patsubst %, tests/golden/%.golden, \
|
||||||
|
prelim core)
|
||||||
cat $? > $@
|
cat $? > $@
|
||||||
|
|
||||||
# Rules for building Forth binaries on top of the plain vanilla
|
# Rules for building Forth binaries on top of the plain vanilla
|
||||||
|
Loading…
Reference in New Issue
Block a user