aboutsummaryrefslogtreecommitdiff
path: root/ci/simple-tests
AgeCommit message (Collapse)Author
2021-04-16fix omit proofs test for emacs <= 25Hendrik Tews
Work around the wrong order returned by `overlays-at' in Emacs <= 25.
2021-04-16add test for omit proofs featureHendrik Tews
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