aboutsummaryrefslogtreecommitdiff
path: root/test-suite/README.md
AgeCommit message (Collapse)Author
2020-01-28docs: Add missing prefix (bug_*.v)Erik Martin-Dorel
Related: https://github.com/coq/coq/pull/8630
2019-06-20Add output-coqtop test directory that runs output tests with coqtopJim Fehrle
2018-06-13Markdown docs: switch from absolute to relative links.Théo Zimmermann
We had mostly used absolute links in the past. I just discovered that GitHub recommends using relative links instead: https://help.github.com/articles/basic-writing-and-formatting-syntax/#relative-links and indeed my Emacs Markdown mode can handle relative links but doesn't interpret absolute links relatively to the root of the git repository. [ci skip]
2018-06-04test suite: make target to regenerate failing output testsGaëtan Gilbert
2018-05-16add unit tests to test suitePaul Steckler
2018-01-11Document test-suite PRINT_LOGS.Gaëtan Gilbert
2018-01-11Lint and remove redundant lineJasper Hugunin
2018-01-10Add comments by @psteckler to test-suite/README.mdJasper Hugunin
2018-01-07Mention -B argument of make to rerun testsJasper Hugunin
2018-01-06First stab at documenting the test suite.Jasper Hugunin