diff options
author | Guillem Jover <guillem@debian.org> | 2016-05-13 17:10:33 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2016-07-03 18:44:24 +0200 |
commit | 0d159ba9b5da8bd5dfcb9e9110ba3e4c2867b0fe (patch) | |
tree | 2d06cb942ad9152ed4ab0dbfc871717408d0d649 /scripts/Makefile.am | |
parent | fc55edbf31dc9d8649229fdca441cb63844424d9 (diff) | |
download | dpkg-0d159ba9b5da8bd5dfcb9e9110ba3e4c2867b0fe.tar.gz |
Dpkg::Control: Add new autopkgtest control files support
Add new CTRL_TESTS control types, new Dpkg::Control::Tests and
Dpkg::Control::Tests::Entry modules, add support for the fields that
can appear on these control files, and update Dpkg::Index to handle
them as well.
[niels@thykier.net: Fix logic inversion. ]
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 152c2e4cb..7b1ac36d5 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -72,6 +72,8 @@ nobase_dist_perllib_DATA = \ Dpkg/Control/Info.pm \ Dpkg/Control/HashCore.pm \ Dpkg/Control/Hash.pm \ + Dpkg/Control/Tests.pm \ + Dpkg/Control/Tests/Entry.pm \ Dpkg/Control/Types.pm \ Dpkg/Deps.pm \ Dpkg/Dist/Files.pm \ @@ -218,6 +220,7 @@ test_scripts = \ t/Dpkg_Changelog.t \ t/Dpkg_Changelog_Ubuntu.t \ t/Dpkg_Control.t \ + t/Dpkg_Control_Tests.t \ t/Dpkg_Index.t \ t/Dpkg_Substvars.t \ t/Dpkg_IPC.t \ @@ -293,6 +296,9 @@ test_data = \ t/Dpkg_Control/bogus-armor-inline.dsc \ t/Dpkg_Control/bogus-armor-nested.dsc \ t/Dpkg_Control/bogus-armor-spaces.dsc \ + t/Dpkg_Control_Tests/tests-missing-fields \ + t/Dpkg_Control_Tests/tests-plain-text \ + t/Dpkg_Control_Tests/tests-valid \ t/Dpkg_Source_Quilt/parse/debian/patches/series \ t/Dpkg_Substvars/substvars1 \ t/Dpkg_Substvars/substvars2 \ |