aboutsummaryrefslogtreecommitdiffstats
path: root/test/clightgen/issue196.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support to clightgen for generating Csyntax AST as .v filesXavier Leroy2021-09-221-927/+0
| | | | | | | | | As proposed in #404. This is presented as a new option `-clight` to the existing `clightgen` tool. Revise clightgen testing to test the Csyntax output in addition to the Clight output.
* Add tests for clightgenXavier Leroy2018-06-011-0/+927
Also: add "parallel" entry to test/Makefile for parallel execution of tests.