aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2015-04-28 13:16:03 +0200
committerXavier Leroy <xavier.leroy@inria.fr>2015-04-28 13:16:03 +0200
commit916bfc0c4f2a025e9aa642cf616cd8c6ace4ec70 (patch)
treeb26e517989410a4e145d0d4efe8f8dbe70d99572 /test/regression/Makefile
parentb04bb783badb9051c62b26fb1858f916d0e4ccd0 (diff)
downloadcompcert-916bfc0c4f2a025e9aa642cf616cd8c6ace4ec70.tar.gz
compcert-916bfc0c4f2a025e9aa642cf616cd8c6ace4ec70.zip
Bitfield improvements continued: perform bitfield expansion before unblocking; improve translation of bitfield initializers and compound literals.
Diffstat (limited to 'test/regression/Makefile')
-rw-r--r--test/regression/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/Makefile b/test/regression/Makefile
index 1ffe586c..94c212d2 100644
--- a/test/regression/Makefile
+++ b/test/regression/Makefile
@@ -17,7 +17,7 @@ TESTS=int32 int64 floats floats-basics \
volatile1 volatile2 volatile3 \
funct3 expr5 struct7 struct8 struct11 casts1 casts2 char1 \
sizeof1 sizeof2 binops bool for1 switch switch2 compound \
- decl1 interop1
+ decl1 interop1 bitfields9
# Can run, but only in compiled mode, and have reference output in Results