From 2d488ffa8d5932e6f85f6ff7e6848a85ee5ece66 Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Tue, 4 Aug 2020 12:46:39 +0200 Subject: [PATCH] Run lite instead of min test for vf-lite-c16-. With buffer memory and block code removed we now have sufficient dictionary space. --- 6502/C64/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/6502/C64/Makefile b/6502/C64/Makefile index 4f1fc7c..bd29ec8 100644 --- a/6502/C64/Makefile +++ b/6502/C64/Makefile @@ -113,7 +113,7 @@ test-full-c16-.log: emulator/vf-full-c16-.T64 test-lite-c16-.log: emulator/vf-lite-c16-.T64 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 $@ test-%.result: test-%.log test-%.golden tests/evaluate-test.sh @@ -145,7 +145,7 @@ test-full-c16-.golden: $(patsubst %, tests/golden/%.golden, \ cat $? > $@ test-lite-c16-.golden: $(patsubst %, tests/golden/%.golden, \ - prelim core) + prelim core coreext double report-noblk) cat $? > $@ # Rules for building Forth binaries on top of the plain vanilla