summaryrefslogtreecommitdiff
path: root/tests/README.md
Commit message (Collapse)AuthorAgeFilesLines
* tests: add benchmark testsEdward Thomson2022-02-271-0/+2
| | | | | Add a benchmark test suite that wraps hyperfine and is suitable for producing data about test runs of a CLI or A/B testing CLIs.
* refactor: move utility tests into utilEdward Thomson2022-02-221-0/+2
|
* refactor: move headertest into separate test folderEdward Thomson2022-02-221-0/+3
|
* refactor: move clar into separate directoryEdward Thomson2022-02-221-2/+4
|
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-221-18/+44
| | | | | | Like we want to separate libgit2 and utility source code, we want to separate libgit2 and utility tests. Start by moving all the tests into libgit2.
* libgit2_clar is now libgit2_testsMartin Kühl2021-10-281-4/+4
| | | | | | in #6083 the test runner was renamed to libgit2_tests, but not all references to the old name were updated. this change changes all of them to use the new name.
* cmake: BUILD_CLAR is now BUILD_TESTSethomson/clar_no_moreEdward Thomson2021-10-171-2/+2
| | | | | Nobody knows what CLAR is. The test building option should be `BUILD_TESTS`.
* Add memleak check docsRobert Coup2019-06-121-0/+26
| | | | Document how to run it locally on macOS & Linux
* Rename tests-clar to testsBen Straub2013-11-141-0/+22