summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-09-04 12:34:19 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-09-04 12:34:19 +0000
commite895f6b48826f09aeaada321d03a1d10548fc9ce (patch)
treeaa45f1d587b8cf60a723b26066fb246c3442cb35
parent72a20d927bae72439f84143c5d0e734cfbf8b98d (diff)
downloadperl-MDK-Common-e895f6b48826f09aeaada321d03a1d10548fc9ce.tar
perl-MDK-Common-e895f6b48826f09aeaada321d03a1d10548fc9ce.tar.gz
perl-MDK-Common-e895f6b48826f09aeaada321d03a1d10548fc9ce.tar.bz2
perl-MDK-Common-e895f6b48826f09aeaada321d03a1d10548fc9ce.tar.xz
perl-MDK-Common-e895f6b48826f09aeaada321d03a1d10548fc9ce.zip
move "make test" to %check section
-rw-r--r--perl-MDK-Common.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec
index 2f8ed23..43da97d 100644
--- a/perl-MDK-Common.spec
+++ b/perl-MDK-Common.spec
@@ -25,6 +25,8 @@ Various simple functions created for DrakX
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make
+
+%check
make test
%install