aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/test_suite
AgeCommit message (Collapse)Author
2019-04-08New test cases generation: corrent implementation of least common childrenKazuhiko Sakaguchi
Add a new option `-raw-inheritances` to `hierarchy-diagram` to generate an intermediate file for `hierarchy_test.py`. So the typical usage is: $ python3.5 etc/utils/hierarchy_test.py \ <(etc/utils/hierarchy-diagram -raw-inheritances -R mathcomp mathcomp) \ > mathcomp/test_suite/hierarchy_test.v
2019-04-04no output on success in test_suite/hierarchy_test.v (#323)Cyril Cohen
2019-04-03rename test-suite -> test_suite to make coq happyEnrico Tassi