diff options
author | Guillem Jover <guillem@debian.org> | 2014-05-17 01:14:32 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2014-05-17 13:30:54 +0200 |
commit | 286ba89fa57931688d2950d9c10f49dc1226f310 (patch) | |
tree | 92cf6cf45e9d200ca0ff5dd40110bfd3507c0e22 /scripts/Makefile.am | |
parent | c87941de954281a8aa66d032c85657f64bfe4dce (diff) | |
download | dpkg-286ba89fa57931688d2950d9c10f49dc1226f310.tar.gz |
Dpkg::Source::Quilt: Add minimal test case
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index fc149a411..ed791eb42 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -269,6 +269,7 @@ 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_Source_Quilt/parse/debian/patches/series \ t/Dpkg_Substvars/substvars1 \ t/Dpkg_Dist_Files/files-byhand \ t/merge_changelogs/ch-old \ |