From 2966858f83db9d31efd2dce270bc9e3b36708dd9 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Sat, 13 Jan 2018 12:07:38 +0100 Subject: Add regression test for issue #211 --- test/regression/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/regression/Makefile') diff --git a/test/regression/Makefile b/test/regression/Makefile index 42b6b247..48e2b7b3 100644 --- a/test/regression/Makefile +++ b/test/regression/Makefile @@ -12,9 +12,10 @@ TESTS=int32 int64 floats floats-basics \ expr1 expr6 funptr2 initializers initializers2 initializers3 \ volatile1 volatile2 volatile3 volatile4 \ funct3 expr5 struct7 struct8 struct11 struct12 casts1 casts2 char1 \ - sizeof1 sizeof2 binops bool for1 switch switch2 compound \ + sizeof1 sizeof2 binops bool for1 for2 switch switch2 compound \ decl1 interop1 bitfields9 ptrs3 \ parsing krfun + # Can run, but only in compiled mode, and have reference output in Results TESTS_COMP=attribs1 bitfields1 bitfields2 bitfields3 bitfields4 \ -- cgit