From b2268765bf3b802ae81153d9e0ada7d03bb14d62 Mon Sep 17 00:00:00 2001 From: acqn Date: Wed, 1 Jan 2020 23:44:47 +0800 Subject: [PATCH] The ref test cc65141011.c now passes. --- test/misc/Makefile | 4 ---- test/{misc => ref}/cc65141011.c | 0 2 files changed, 4 deletions(-) rename test/{misc => ref}/cc65141011.c (100%) diff --git a/test/misc/Makefile b/test/misc/Makefile index ad39176bd..15999ba3c 100644 --- a/test/misc/Makefile +++ b/test/misc/Makefile @@ -86,10 +86,6 @@ $(WORKDIR)/sitest.$1.$2.prg: sitest.c | $(WORKDIR) @echo "FIXME: " $$@ "currently will fail." -$(CL65) -t sim$2 -$1 -o $$@ $$< $(NULLERR) # -$(SIM65) $(SIM65FLAGS) $$@ $(NULLOUT) -$(WORKDIR)/cc65141011.$1.$2.prg: cc65141011.c | $(WORKDIR) - @echo "FIXME: " $$@ "currently can fail." - $(CL65) -t sim$2 -$1 -o $$@ $$< $(NULLERR) - -$(SIM65) $(SIM65FLAGS) $$@ $(NULLOUT) endef # PRG_template diff --git a/test/misc/cc65141011.c b/test/ref/cc65141011.c similarity index 100% rename from test/misc/cc65141011.c rename to test/ref/cc65141011.c