aboutsummaryrefslogtreecommitdiff
path: root/test-suite/coq-makefile/template/src
AgeCommit message (Collapse)Author
2018-10-19Porting the test-suite to coqpp.Pierre-Marie Pédrot
2017-12-27[API] remove large file containing duplicate interfacesEnrico Tassi
... in favor of having Public/Internal sub modules in each and every module grouping functions according to their intended client.
2017-06-12Add support for "-bypass-API" argument of "coq_makefile"Matej Košík
Plugin-writers can now use: -bypass-API parameter with "coq_makefile". The effect of that is that instead of -I API the plugin will be compiled with: -I config" -I dev -I lib -I kernel -I library -I engine -I pretyping -I interp -I parsing -I proofs -I tactics -I toplevel -I printing -I intf -I grammar -I ide -I stm -I vernac
2017-05-23test suite for coq_makefile2Enrico Tassi