From 8b8561161c09139df076a19609d58312d111a3ce Mon Sep 17 00:00:00 2001 From: acqn <acqn163@outlook.com> Date: Fri, 7 Aug 2020 19:35:37 +0800 Subject: [PATCH] Moved #1098 bug tests from test/misc to test/err as they are fixed now. --- test/{misc => err}/bug1098.c | 0 test/{misc => err}/bug1098a.c | 0 test/{misc => err}/bug1098b.c | 0 test/misc/Makefile | 18 ------------------ 4 files changed, 18 deletions(-) rename test/{misc => err}/bug1098.c (100%) rename test/{misc => err}/bug1098a.c (100%) rename test/{misc => err}/bug1098b.c (100%) diff --git a/test/misc/bug1098.c b/test/err/bug1098.c similarity index 100% rename from test/misc/bug1098.c rename to test/err/bug1098.c diff --git a/test/misc/bug1098a.c b/test/err/bug1098a.c similarity index 100% rename from test/misc/bug1098a.c rename to test/err/bug1098a.c diff --git a/test/misc/bug1098b.c b/test/err/bug1098b.c similarity index 100% rename from test/misc/bug1098b.c rename to test/err/bug1098b.c diff --git a/test/misc/Makefile b/test/misc/Makefile index 3c5045753..1d98e2d62 100644 --- a/test/misc/Makefile +++ b/test/misc/Makefile @@ -87,24 +87,6 @@ $(WORKDIR)/bug264.$1.$2.prg: bug264.c | $(WORKDIR) $(if $(QUIET),echo misc/bug264.$1.$2.prg) $(CL65) -t sim$2 -$1 -o $$@ $$< $(NULLERR) -# this should fail to compile, because there are errors in the code -$(WORKDIR)/bug1098.$1.$2.prg: bug1098.c | $(WORKDIR) - @echo "FIXME: " $$@ "compiles but should give an error." - $(if $(QUIET),echo misc/bug1098.$1.$2.prg) - $(CL65) -t sim$2 -$1 -o $$@ $$< $(NULLERR) - -# this should fail to compile, because there are errors in the code -$(WORKDIR)/bug1098a.$1.$2.prg: bug1098a.c | $(WORKDIR) - @echo "FIXME: " $$@ "compiles but should give an error." - $(if $(QUIET),echo misc/bug1098a.$1.$2.prg) - $(CL65) -t sim$2 -$1 -o $$@ $$< $(NULLERR) - -# this should fail to compile, because there are errors in the code -$(WORKDIR)/bug1098b.$1.$2.prg: bug1098b.c | $(WORKDIR) - @echo "FIXME: " $$@ "compiles but should give an error." - $(if $(QUIET),echo misc/bug1098b.$1.$2.prg) - $(CL65) -t sim$2 -$1 -o $$@ $$< $(NULLERR) - # this should fail to compile, because there are errors in the code # instead, the compiler crashes $(WORKDIR)/bug1113.$1.$2.prg: bug1113.c | $(WORKDIR)