summaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* refactor: move utility tests into utilEdward Thomson2022-02-221-0/+1
* refactor: move headertest into separate test folderEdward Thomson2022-02-221-0/+1
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-221-97/+3
* cmake: document CMakeLists.txt hierarchyEdward Thomson2022-02-221-0/+2
* Fix typosDimitris Apostolou2022-01-051-1/+1
* cmake: use PROJECT_SOURCE_DIR of CMAKE_SOURCE_DIRJosh Junon2021-12-231-3/+3
* cmake: use CMAKE_SOURCE_DIR and CMAKE_BINARY_DIRethomson/cleanupEdward Thomson2021-11-221-3/+3
* cmake: enable testing at the top levelEdward Thomson2021-11-171-2/+0
* cmake: better explain why headertests existsEdward Thomson2021-11-161-3/+8
* Add target for testing libgit2 headersPeter Pettersson2021-11-151-1/+13
* cmake: refactor global variablesEdward Thomson2021-11-141-7/+5
* tests: include test declarations for old gccEdward Thomson2021-11-111-1/+9
* cmake: move test enablement into test cmakeEdward Thomson2021-11-111-0/+2
* cmake: stylistic refactoringEdward Thomson2021-10-181-49/+49
* cmake: BUILD_CLAR is now BUILD_TESTSethomson/clar_no_moreEdward Thomson2021-10-171-10/+10
* opts: test GIT_OPT_SET_SSL_CERT_LOCATIONSEdward Thomson2021-08-291-1/+2
* Make `FIND_PACKAGE(PythonInterp)` prefer `python3`lhchavez2021-07-141-0/+1
* clar: support long paths on WindowsEdward Thomson2021-05-051-0/+1
* ci: add NTLM testsEdward Thomson2020-01-241-7/+8
* ci: perform SPNEGO testsEdward Thomson2020-01-241-6/+7
* cmake: update minimum CMake version to v3.5.1Patrick Steinhardt2019-10-101-6/+1
* clone: whitespace in url ssh testIan Hattendorf2019-07-251-1/+1
* tests: execute leak checker via CTest directlyPatrick Steinhardt2019-07-201-6/+14
* ci: enable all proxy testsEdward Thomson2019-06-101-1/+1
* deprecation: ensure we GIT_EXTERN deprecated funcsEdward Thomson2019-02-141-0/+3
* ci: precisely identify the invasive testsEdward Thomson2019-01-191-1/+1
* ci: enable some of the invasive testcasesEtienne Samson2019-01-111-0/+1
* Revert "clar: introduce CLAR_XML option"Edward Thomson2018-09-101-19/+5
* clar: introduce CLAR_XML optionEdward Thomson2018-09-061-5/+19
* tests: simplify cmake test configurationEdward Thomson2018-07-261-9/+5
* cmake: enforce C90 standardPatrick Steinhardt2018-07-131-0/+1
* cmake: distinguish internal and system include directoriesPatrick Steinhardt2018-07-131-0/+1
* cmake: remove now-useless LIBGIT2_LIBDIRS handlingPatrick Steinhardt2018-05-091-1/+0
* fixed stack smashing due to wrong size of struct stat on the stackAndreas Baumann2018-04-191-0/+1
* tests: create new test target for all SSH-based testsPatrick Steinhardt2018-01-031-2/+2
* tests: online::clone: inline creds-test with nonexistent URLPatrick Steinhardt2018-01-031-1/+0
* tests: online::clone: construct credential-URL from environmentPatrick Steinhardt2018-01-031-2/+1
* tests: perf: build but exclude performance tests by defaultPatrick Steinhardt2018-01-031-1/+1
* cmake: Add USE_HTTPS as a CMake optionEtienne Samson2017-10-231-1/+1
* cmake: simplify some HTTPS testsEtienne Samson2017-10-231-1/+1
* cmake: use project-relative binary and source directoriesPatrick Steinhardt2017-10-201-7/+7
* cmake: unify version check for target include directoriesPatrick Steinhardt2017-09-201-1/+3
* cmake: distinguish libgit2 objects and sourcesPatrick Steinhardt2017-09-201-1/+1
* cmake: keep track of libraries and includes via listsPatrick Steinhardt2017-08-161-7/+4
* cmake: move defines into "features.h" headerPatrick Steinhardt2017-08-161-1/+1
* cmake: create separate CMakeLists.txt for testsPatrick Steinhardt2017-08-161-0/+66