summaryrefslogtreecommitdiff
path: root/tests/stream
Commit message (Collapse)AuthorAgeFilesLines
* deprecation: define GIT_DEPRECATE_HARD internallyEdward Thomson2019-01-251-0/+2
| | | | | Ensure that we do not use any deprecated functions in the library source, test code or examples.
* deprecation: move deprecated tests into their own fileEdward Thomson2019-01-252-0/+175
Move the deprecated stream tests into their own compilation unit. This will allow us to disable any preprocessor directives that apply to deprecation just for these tests (eg, disabling `GIT_DEPRECATED_HARD`).