]> git.sur5r.net Git - cc65/blobdiff - test/misc/Makefile
Added testcase for between-blocks gotos.
[cc65] / test / misc / Makefile
index 83d6e03badf9a3fe2be621bf80ec34b82ac1aa95..330c9d5004e38319ab6d515e017736ed810ef400 100644 (file)
@@ -72,12 +72,6 @@ $(WORKDIR)/limits.$1.$2.prg: limits.c $(DIFF)
        $(SIM65) $(SIM65FLAGS) $$@ > $(WORKDIR)/limits.$1.out
        $(DIFF) $(WORKDIR)/limits.$1.out limits.ref
 
-# here we check if the right errors are produced
-$(WORKDIR)/goto.$1.$2.prg: goto.c $(DIFF)
-       $(if $(QUIET),echo misc/goto.$1.$2.prg)
-       $(NOT) $(CL65) -t sim$2 -$1 -o $$@ $$< 2>$(WORKDIR)/goto.$1.out
-       $(DIFF) $(WORKDIR)/goto.$1.out goto.ref
-
 # the rest are tests that fail currently for one reason or another
 $(WORKDIR)/fields.$1.$2.prg: fields.c | $(WORKDIR)
        @echo "FIXME: " $$@ "currently will fail."