summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-05-29 07:30:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-05-29 07:30:32 +0000
commitce597d6a01fda649be99c7fae25a0604bdefa23c (patch)
treeb65380f6ae301ab9660d3d4728c48fec4eaef7be /Makefile.PL
parentef337715b4b8124322d5bb458dc9686da7d8fb8b (diff)
downloadurpmi-ce597d6a01fda649be99c7fae25a0604bdefa23c.tar
urpmi-ce597d6a01fda649be99c7fae25a0604bdefa23c.tar.gz
urpmi-ce597d6a01fda649be99c7fae25a0604bdefa23c.tar.bz2
urpmi-ce597d6a01fda649be99c7fae25a0604bdefa23c.tar.xz
urpmi-ce597d6a01fda649be99c7fae25a0604bdefa23c.zip
re-sync after the big svn loss
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index b348a8f3..f138dffe 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -98,7 +98,7 @@ my $commonusername = "../common/";
# Additional targets
sub postamble {
<<"**MM**";
-.PHONY: installconfigfiles installstatedir ChangeLog
+.PHONY: installconfigfiles installstatedir ChangeLog TAGS
installpo:
\$(MAKE) -C po install
@@ -121,6 +121,14 @@ installgurpmi2: pure_install
ChangeLog:
svn2cl --accum --strip-prefix=soft/rpm/urpmi/trunk --authors ${commonusername}username.xml
rm -f *.bak
+
+TAGS:
+ etags *.pm */*.pm
+
+testall:
+ make test
+ sudo make test TEST_FILES='t/superuser--*.t'
+
**MM**
}