summaryrefslogtreecommitdiff
path: root/test/libapt/extracttar_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Adjust code for missing includes/using std::stringJulian Andres Klode2019-06-121-0/+1
|
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-1/+1
| | | | | | | | | | | | | This makes it easier to see which headers includes what. The changes were done by running git grep -l '#\s*include' \ | grep -E '.(cc|h)$' \ | xargs sed -i -E 's/(^\s*)#(\s*)include/\1#\2 include/' To modify all include lines by adding a space, and then running ./git-clang-format.sh.
* stablize gtest testcase environmentDavid Kalnischkies2016-01-261-1/+1
| | | | | | | | | Avoid the dependency on a specific current path for the tar test and ensure that _system is correctly initialized (gcc-6 runs into a segfault otherwise and with it fixed starts to depend on the multi-arch configuration of the running system… not good). Git-Dch: Ignore
* Add test for using ExtractTar on compressed filesJulian Andres Klode2015-08-271-0/+41
Git-Dch: ignore