Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: add benchmark tests | Edward Thomson | 2022-02-27 | 1 | -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 util | Edward Thomson | 2022-02-22 | 1 | -0/+2 |
| | |||||
* | refactor: move headertest into separate test folder | Edward Thomson | 2022-02-22 | 1 | -0/+3 |
| | |||||
* | refactor: move clar into separate directory | Edward Thomson | 2022-02-22 | 1 | -2/+4 |
| | |||||
* | refactor: `tests` is now `tests/libgit2` | Edward Thomson | 2022-02-22 | 1 | -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_tests | Martin Kühl | 2021-10-28 | 1 | -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_more | Edward Thomson | 2021-10-17 | 1 | -2/+2 |
| | | | | | Nobody knows what CLAR is. The test building option should be `BUILD_TESTS`. | ||||
* | Add memleak check docs | Robert Coup | 2019-06-12 | 1 | -0/+26 |
| | | | | Document how to run it locally on macOS & Linux | ||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+22 |