aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-09-17 11:15:32 +0200
committerDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-09-17 11:15:32 +0200
commit81a2cfe0971ca2456ff04c1e661b9a56279728ac (patch)
tree2a3c76e1e96f3ed60d3f2865a8dfe89846b5c62e /test
parentfccfa9b6ac74953af188a2538eb9cd7258544c1a (diff)
downloadcompcert-kvx-81a2cfe0971ca2456ff04c1e661b9a56279728ac.tar.gz
compcert-kvx-81a2cfe0971ca2456ff04c1e661b9a56279728ac.zip
test for many parameters
Diffstat (limited to 'test')
-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