From 325e817993f1a1378b001b4deae9221dee8ed93a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 21 Apr 2009 13:09:54 +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.drakxtools | 5 +++++ perl-install/NEWS | 2 ++ 2 files changed, 7 insertions(+) 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 diff --git a/perl-install/NEWS b/perl-install/NEWS index af50db747..25acafae4 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- add a basic testsuite (ensuring it compiles) in order to prevent + future crashes like #50009 - diskdrake: o display a progress bar while formating an ext4 partition o render ext4 partition as red like ext3 ones -- cgit v1.2.1