summaryrefslogtreecommitdiff
path: root/tests/libgit2
Commit message (Collapse)AuthorAgeFilesLines
* cmake: refactor `add_clar_test` into separate moduleEdward Thomson2022-02-221-17/+10
|
* refactor: move utility tests into utilEdward Thomson2022-02-2246-8670/+271
|
* refactor: move headertest into separate test folderEdward Thomson2022-02-222-30/+0
|
* refactor: move clar into separate directoryEdward Thomson2022-02-2217-3590/+12
|
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-22484-0/+112237
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.