summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile.drakxtools
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-04-21 13:09:54 +0000
committerThierry Vignaud <tv@mandriva.org>2009-04-21 13:09:54 +0000
commit325e817993f1a1378b001b4deae9221dee8ed93a (patch)
treef0002783bd1f7c189d6034d699169c8910671a7f /perl-install/Makefile.drakxtools
parenta3d7eab496b8adbe6b6086591b033655f1b84e94 (diff)
downloaddrakx-backup-do-not-use-325e817993f1a1378b001b4deae9221dee8ed93a.tar
drakx-backup-do-not-use-325e817993f1a1378b001b4deae9221dee8ed93a.tar.gz
drakx-backup-do-not-use-325e817993f1a1378b001b4deae9221dee8ed93a.tar.bz2
drakx-backup-do-not-use-325e817993f1a1378b001b4deae9221dee8ed93a.tar.xz
drakx-backup-do-not-use-325e817993f1a1378b001b4deae9221dee8ed93a.zip
(check) add a basic testsuite (ensuring it compiles) in order to
prevent future crashes like #50009 rationale: make sure every perl module and tool pass perl_checker
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r--perl-install/Makefile.drakxtools5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools
index 023f98f17..18f716fb6 100644
--- a/perl-install/Makefile.drakxtools
+++ b/perl-install/Makefile.drakxtools
@@ -82,3 +82,8 @@ install:
ln -s {logdrake,$(SBINDEST)/draklog}
ln -s {mousedrake,$(SBINDEST)/drakmouse}
ln -s {scannerdrake,$(SBINDEST)/drakscanner}
+
+check:
+ rm -f share/po/libDrakX.pot standalone/po/libDrakX-standalone.pot
+ @make -C share/po libDrakX.pot
+ @make -C standalone/po libDrakX-standalone.pot \ No newline at end of file