aboutsummaryrefslogtreecommitdiffstats
path: root/test/clightgen/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Better "make clean"Xavier Leroy2020-11-011-1/+1
|
* Test clightgen with -short-idents and -normalize optionsXavier Leroy2020-09-221-0/+6
| | | | Use different combination of options for different test files.
* Support the use of already-installed MenhirLib and Flocq librariesXavier Leroy2020-09-211-2/+6
| | | | configure flags -use-external-Flocq and -use external-MenhirLib.
* Improve portability of the test for annotations inclightgenXavier Leroy2020-06-051-0/+2
| | | | __builtin_ais_annot is not supported for macOS nor for Cygwin.
* Clean .foo.aux files created by coqcXavier Leroy2018-07-101-1/+1
|
* Don't depend on ../../clightgenXavier Leroy2018-06-021-3/+3
| | | | | It's not really necessary, and under Windows it's really ../../clightgen.exe, which confuses make.
* Add tests for clightgenXavier Leroy2018-06-011-0/+44
Also: add "parallel" entry to test/Makefile for parallel execution of tests.