summaryrefslogtreecommitdiff
path: root/scripts/t/Dpkg_BuildOptions.t
AgeCommit message (Collapse)AuthorFilesLines
2017-01-27test: Rename parse_option to parse_featuresGuillem Jover1-4/+4
Missed in commit dad593660d922abce634542b43e9d56b03228a8c.
2017-01-26Dpkg::BuildOptions: Add new parse_features() methodGuillem Jover1-1/+37
This has been refactored from Dpkg::Vendor::Debian, to have a generic option parser.
2015-01-28test: Move use strict and warnings as the first directivesGuillem Jover1-0/+1
2014-04-21test: Remove sequence number prefixes from test case filenamesGuillem Jover1-0/+72
This stops the madness of having to invent sequence numbers to be able to order the test suite run. Instead we now honour the order of the arguments passed to the runner.