aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavierleroy@users.noreply.github.com>2022-10-24 11:05:35 +0200
committerGitHub <noreply@github.com>2022-10-24 11:05:35 +0200
commit3d6c498c1c11ad1b73efe4a0163d17cd8e9b5e86 (patch)
tree1daa82bead05b322672e929129415ccfd0542a23 /test/regression/Makefile
parent0fca312236475ccc2de12da45221c311d99a19d1 (diff)
parent995f654c43092ceb258f7c0799a4101ed6e570af (diff)
downloadcompcert-3d6c498c1c11ad1b73efe4a0163d17cd8e9b5e86.tar.gz
compcert-3d6c498c1c11ad1b73efe4a0163d17cd8e9b5e86.zip
Merge pull request #458 from AbsInt/simpl-expr-dests
SimplExpr: revised handling of nested conditional, `||`, `&&` expressions
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 536b7264..da31c7d7 100644
--- a/test/regression/Makefile
+++ b/test/regression/Makefile
@@ -15,7 +15,7 @@ TESTS=int32 int64 floats floats-basics floats-lit \
volatile1 volatile2 volatile3 volatile4 \
funct3 expr5 struct7 struct8 struct11 struct12 casts1 casts2 char1 \
sizeof1 sizeof2 binops bool for1 for2 switch switch2 compound \
- decl1 bitfields9 ptrs3 \
+ decl1 bitfields9 ptrs3 telescopes \
parsing krfun ifconv generic
# stringlit charlit # temporarily removed