From 145084c41c1b1ea2b559ac4ec62654756ceb2404 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Tue, 21 Jul 2020 20:02:51 +0200 Subject: [PATCH] move test for issue #1075 to test/var --- test/misc/Makefile | 6 ------ test/{misc => val}/bug1075.c | 0 2 files changed, 6 deletions(-) rename test/{misc => val}/bug1075.c (100%) diff --git a/test/misc/Makefile b/test/misc/Makefile index 879ca7945..7e19d6360 100644 --- a/test/misc/Makefile +++ b/test/misc/Makefile @@ -93,12 +93,6 @@ $(WORKDIR)/bug1048.$1.$2.prg: bug1048.c | $(WORKDIR) $(if $(QUIET),echo misc/bug1048.$1.$2.prg) $(CL65) -t sim$2 -$1 -o $$@ $$< $(NULLERR) -# compiles, but we cant easily check if it works -$(WORKDIR)/bug1075.$1.$2.prg: bug1075.c | $(WORKDIR) - $(if $(QUIET),echo misc/bug1075.$1.$2.prg) - $(CL65) -t sim$2 -$1 -o $$@ $$< $(NULLERR) - $(SIM65) $(SIM65FLAGS) $$@ $(NULLOUT) $(NULLERR) - # should compile, but then hangs in an endless loop $(WORKDIR)/endless.$1.$2.prg: endless.c | $(WORKDIR) $(if $(QUIET),echo misc/endless.$1.$2.prg) diff --git a/test/misc/bug1075.c b/test/val/bug1075.c similarity index 100% rename from test/misc/bug1075.c rename to test/val/bug1075.c