From c77bed32866cc3390b5cee7803f884d3e19b54dd Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Thu, 5 Nov 2020 23:07:21 +0100 Subject: [PATCH] Add golden file rule for x16 lite test --- 6502/C64/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/6502/C64/Makefile b/6502/C64/Makefile index f316977..c5acc40 100644 --- a/6502/C64/Makefile +++ b/6502/C64/Makefile @@ -174,6 +174,10 @@ test-lite-c16-.golden: $(patsubst %, tests/golden/%.golden, \ prelim core coreext double report-noblk) cat $? > $@ +test-lite-x16.golden: $(patsubst %, tests/golden/%.golden, \ + prelim core coreext double report-noblk) + cat $? > $@ + # Rules for building Forth binaries on top of the plain vanilla # c64-volksforth83.