From 7a5acaf39a72dee5e008749d6715217a2c8e3da1 Mon Sep 17 00:00:00 2001 From: Laubzega Date: Fri, 21 Sep 2018 22:25:05 -0700 Subject: [PATCH] Missed the comment. --- test/misc/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5