summaryrefslogtreecommitdiff
path: root/tests/main.c
Commit message (Collapse)AuthorAgeFilesLines
* 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