summaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@dottedmag.net>2009-10-14 02:36:44 +0700
committerGuillem Jover <guillem@debian.org>2010-07-03 07:40:39 +0200
commitb7b59ee6ff98188627346998829f1df51a9bbb12 (patch)
tree3d30521633e7efea9775420537010bedd99eff35 /scripts/Makefile.am
parent1fc9a0364a1954389036d18385b9b4432374fc49 (diff)
downloaddpkg-b7b59ee6ff98188627346998829f1df51a9bbb12.tar.gz
dpkg-divert: Add new test-case
Devel::Cover reports 97% coverage. Remaining branches are hard-to-test without root privilege error handling. [guillem@debian.org: - Add new test into test_cases. - Run program from builddir. - Do not check for usage output on badusage. - Use note() instead of diag(). - Sort database and list output. - Skip some tests when under fakeroot. ] Signed-off-by: Guillem Jover <guillem@debian.org>
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index c01961966..718f77f51 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -179,7 +179,8 @@ test_cases = \
t/750_Dpkg_Substvars.t \
t/800_Dpkg_IPC.t \
t/850_Dpkg_Compression.t \
- t/910_merge_changelogs.t
+ t/910_merge_changelogs.t \
+ t/950_dpkg_divert.t
check_DATA = \
$(test_tmpdir)/200_Dpkg_Shlibs/objdump.basictags-amd64 \