Skip to content
Snippets Groups Projects
Commit 83edb542 authored by xleroy's avatar xleroy
Browse files

More struct tests

git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1321 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
parent a9a6d92c
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,8 @@ CCOMPFLAGS=-stdlib ../../runtime -dparse -dclight -dasm \
LIBS=$(LIBMATH)
# Can run and have reference output in Results
TESTS=bitfields1 bitfields2 bitfields3 expr1 initializers volatile2 funct3 expr5
TESTS=bitfields1 bitfields2 bitfields3 expr1 initializers volatile2 \
funct3 expr5 struct7 struct8
# Other tests: should compile to .s without errors (but expect warnings)
EXTRAS=commaprec expr2 expr3 expr4 extern1 funct2 funptr1 init1 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment