aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Makefile
diff options
context:
space:
mode:
authorBernhard Schommer <bschommer@users.noreply.github.com>2015-10-01 17:19:45 +0200
committerBernhard Schommer <bschommer@users.noreply.github.com>2015-10-01 17:19:45 +0200
commita594de0f1c15b71a423d2cfc51a5c603796deafa (patch)
tree50053d3348d6976ef77f4b38c62c6cbb07083318 /test/regression/Makefile
parentefd453afac8fcfb741f06166af0379ec8178650f (diff)
parent504228b1f7b875550eae9e3782a5f2c1033b0233 (diff)
downloadcompcert-a594de0f1c15b71a423d2cfc51a5c603796deafa.tar.gz
compcert-a594de0f1c15b71a423d2cfc51a5c603796deafa.zip
Merge pull request #57 from jhjourdan/parser_fix
Correction of a few bugs in the pre-parser, added comments.
Diffstat (limited to 'test/regression/Makefile')
-rw-r--r--test/regression/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regression/Makefile b/test/regression/Makefile
index 2f70c63a..6ef44b78 100644
--- a/test/regression/Makefile
+++ b/test/regression/Makefile
@@ -17,7 +17,8 @@ TESTS=int32 int64 floats floats-basics \
volatile1 volatile2 volatile3 \
funct3 expr5 struct7 struct8 struct11 struct12 casts1 casts2 char1 \
sizeof1 sizeof2 binops bool for1 switch switch2 compound \
- decl1 interop1 bitfields9 ptrs3
+ decl1 interop1 bitfields9 ptrs3 \
+ parsing
# Can run, but only in compiled mode, and have reference output in Results