diff options
author | Raphael Hertzog <hertzog@debian.org> | 2009-02-06 21:36:51 +0100 |
---|---|---|
committer | Raphael Hertzog <hertzog@debian.org> | 2009-02-09 09:14:58 +0100 |
commit | 79bf3c4054543f8e229fb2eb4a9183a2ebe4f3a7 (patch) | |
tree | 2229754973b939c485c42b15e8a8e786c3458e44 /scripts/Makefile.am | |
parent | 4a109a8bf41413e9d6efbb2b45d6f56f9767a9a6 (diff) | |
download | dpkg-79bf3c4054543f8e229fb2eb4a9183a2ebe4f3a7.tar.gz |
Add non-regression test-suite for update-alternatives
* scripts/t/900_update_alternatives.t: New test-suite for
update-alternatives.
* scripts/Makefile.am: Add the previous file.
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 2adcc8bad..b0a2118d0 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -78,7 +78,8 @@ EXTRA_DIST = \ t/600_Dpkg_Changelog/shadow \ t/700_Dpkg_Control.t \ t/700_Dpkg_Control/control-1 \ - t/800_Dpkg_IPC.t + t/800_Dpkg_IPC.t \ + t/900_update_alternatives.t CLEANFILES = \ $(bin_SCRIPTS) $(sbin_SCRIPTS) $(changelog_SCRIPTS) \ |