From: Laubzega Date: Sat, 22 Sep 2018 05:25:05 +0000 (-0700) Subject: Missed the comment. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7a5acaf39a72dee5e008749d6715217a2c8e3da1;p=cc65 Missed the comment. --- diff --git a/test/misc/Makefile b/test/misc/Makefile index ad39176bd..2332f1785 100644 --- a/test/misc/Makefile +++ b/test/misc/Makefile @@ -72,6 +72,7 @@ $(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 warnings are produced $(WORKDIR)/goto.$1.$2.prg: goto.c $(DIFF) $(if $(QUIET),echo misc/goto.$1.$2.prg) $(CL65) -t sim$2 -$1 -o $$@ $$< 2>$(WORKDIR)/goto.$1.out