summaryrefslogtreecommitdiff
path: root/tests/precompiled.h
Commit message (Collapse)AuthorAgeFilesLines
* cmake: create own precompiled headers for testsPatrick Steinhardt2017-08-161-0/+4
As soon as we split up our CMakeBuild.txt build instructions, we will be unable to simply link against the git2 library's precompiled header from other targets. To avoid this future breakage, create a new precompiled header for our test suite. Next to being compatible with the split, this enables us to also include additional files like the clar headers, which may help speeding up compilation of the test suite.