summaryrefslogtreecommitdiff
path: root/tests/main.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: show errors when libgit2_init failsEdward Thomson2021-08-241-1/+3
|
* tests: exit with error on win32 leakcheckEdward Thomson2021-05-181-0/+9
|
* clar: provide a way to run some shell before exitingEtienne Samson2018-10-301-0/+7
|
* clar: exit immediately on initialization failureEtienne Samson2017-10-231-1/+6
|
* Include stacktrace summary in memory leak output.Jeff Hostetler2015-06-291-19/+0
|
* Add MSVC CRTDBG memory leak reporting.Jeff Hostetler2015-04-151-0/+19
|
* libgit2_shutdown: clear err message on shutdownEdward Thomson2015-03-041-1/+0
| | | | | | Clear the error message on git_libgit2_shutdown for all versions of the library (no threads and Win32 threads). Drop the giterr_clear in clar, as that shouldn't be necessary.
* Provide mechanism to let CLAR globally setup git_trace()Jeff Hostetler2015-03-021-0/+3
|
* Rename git_threads_ to git_libgit2_Carlos Martín Nieto2014-11-081-2/+2
| | | | | | This describes their purpose better, as we now initialize ssl and some other global stuff in there. Calling the init function is not something which has been optional for a while now.
* Better search path sandboxingrb/restore-search-pathsRussell Belfer2014-05-151-5/+1
| | | | | | | There are a number of tests that modify the global or system search paths during the tests. This adds a helper function to make it easier to restore those paths and makes sure that they are getting restored in a manner that preserves test isolation.
* Sandbox configuration during test runsEdward Thomson2014-03-281-1/+10
|
* Rename tests-clar to testsBen Straub2013-11-141-0/+20