From 473c6e9ed381b9337d75c478f43c6acd75638df5 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Thu, 2 Aug 2012 16:19:41 +0300 Subject: [PATCH] - Run internal test-suite on build, minimal as it might be --- popt.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/popt.spec b/popt.spec index 44b3770..27e73b1 100644 --- a/popt.spec +++ b/popt.spec @@ -74,6 +74,9 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/popt.d %clean rm -rf $RPM_BUILD_ROOT +%check +make check + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -99,6 +102,7 @@ rm -rf $RPM_BUILD_ROOT * Thu Aug 02 2012 Panu Matilainen - 1.13-12 - Hack poptBadOption() to return something semi-meaningful on exec alias failures (#697435, #710267) +- Run internal test-suite on build, minimal as it might be * Sat Jul 21 2012 Fedora Release Engineering - 1.13-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild