summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-04-21 13:20:37 +0000
committerThierry Vignaud <tv@mandriva.org>2009-04-21 13:20:37 +0000
commit5bd938cf321060a5bb7870ab013274e1cfc9681b (patch)
treef2d8a20b73e39ed18bde793b8cde92a3f804d74d /perl-install/Makefile
parenta6efb890651c0284a39f9b3592dd9985aff9b78c (diff)
downloaddrakx-5bd938cf321060a5bb7870ab013274e1cfc9681b.tar
drakx-5bd938cf321060a5bb7870ab013274e1cfc9681b.tar.gz
drakx-5bd938cf321060a5bb7870ab013274e1cfc9681b.tar.bz2
drakx-5bd938cf321060a5bb7870ab013274e1cfc9681b.tar.xz
drakx-5bd938cf321060a5bb7870ab013274e1cfc9681b.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')
-rw-r--r--perl-install/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 17e4d3790..00b513f06 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -79,3 +79,8 @@ pixel_standalone_links:
rm -rf .standalone_apps.swa
mkdir .standalone_apps.swa
for i in $(STANDALONEPMS_); do ln -sf ../standalone/$$i .standalone_apps.swa/$$i.pm; done
+
+check_perl_checker:
+ rm -f share/po/libDrakX.pot install/share/po/DrakX.pot
+ @make -C share/po libDrakX.pot
+ @make -C install/share/po DrakX.pot