aboutsummaryrefslogtreecommitdiff
path: root/ci/simple-tests/Makefile
AgeCommit message (Collapse)Author
2021-02-22protect uses of coq-callcoqHendrik Tews
Uses of coq-callcoq need to correctly handle nil as result for the case that coq-callcoq fails. Additionally, add a regression test. Fixes #551