summaryrefslogtreecommitdiff
path: root/scripts/t/Dpkg_BuildFlags.t
AgeCommit message (Collapse)AuthorFilesLines
2018-09-18Dpkg::Vendor::Debian: Add fixfilepath support to reproducible featureGuillem Jover1-0/+1
This is a superset of the fixdebugpath feature supported by gcc-8, but covering in addition mappings for macros such as __FILE__ and similar.
2018-08-30scripts/t: Improve coverage of unit testsGuillem Jover1-1/+41
2015-12-19scripts/t: Improve test coverageGuillem Jover1-2/+27
2014-05-17scripts: Add template test cases for most modulesGuillem Jover1-0/+27
This at least tests if the module in question can be use'ed correctly, and gives a more realistic code coverage report. The remaining modules should be covered by one of their parents.