From 5bd938cf321060a5bb7870ab013274e1cfc9681b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 21 Apr 2009 13:20:37 +0000 Subject: (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 --- perl-install/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'perl-install/Makefile') 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 -- cgit v1.2.1