aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/regression/Makefile2
-rw-r--r--test/regression/Results/many_parameters1
-rw-r--r--test/regression/many_parameters.c (renamed from test/monniaux/params/call_many.c)0
3 files changed, 2 insertions, 1 deletions
diff --git a/test/regression/Makefile b/test/regression/Makefile
index 9661a99e..0f9e368f 100644
--- a/test/regression/Makefile
+++ b/test/regression/Makefile
@@ -18,7 +18,7 @@ TESTS?=int32 int64 floats floats-basics floats-lit \
funct3 expr5 struct7 struct8 struct11 struct12 casts1 casts2 char1 \
sizeof1 sizeof2 binops bool for1 for2 switch switch2 compound \
decl1 bitfields9 ptrs3 \
- parsing krfun ifconv
+ parsing krfun ifconv many_parameters
# Can run, but only in compiled mode, and have reference output in Results
diff --git a/test/regression/Results/many_parameters b/test/regression/Results/many_parameters
new file mode 100644
index 00000000..838cfd7e
--- /dev/null
+++ b/test/regression/Results/many_parameters
@@ -0,0 +1 @@
+1780
diff --git a/test/monniaux/params/call_many.c b/test/regression/many_parameters.c
index 4d2529c0..4d2529c0 100644
--- a/test/monniaux/params/call_many.c
+++ b/test/regression/many_parameters.c