From b532c3f93c25dae12ccda0e6d60ff16a1c1d4d7c Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Thu, 16 May 2013 09:48:06 +0200 Subject: [PATCH] run make test --- libsolv.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libsolv.spec b/libsolv.spec index c0ec154..a47f821 100644 --- a/libsolv.spec +++ b/libsolv.spec @@ -7,7 +7,7 @@ Name: libsolv Version: 0.3.0 -Release: 2.git%{gitrev}%{?dist} +Release: 3.git%{gitrev}%{?dist} License: BSD Url: https://github.com/openSUSE/libsolv # git clone https://github.com/openSUSE/libsolv.git @@ -83,6 +83,9 @@ Perl bindings for sat solver. %setup -q -n libsolv %patch0 -p1 -b .rubyinclude +%check +make ARGS="-V" test + %build %cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DENABLE_PERL=1 \ @@ -141,6 +144,9 @@ rm $RPM_BUILD_ROOT/usr/bin/testsolv %{python_sitearch}/* %changelog +* Wed May 16 2013 Aleš Kozumplík - 0.3.0-3.git7399ad1 +- Run 'make test' with libsolv build. + * Mon Apr 8 2013 Aleš Kozumplík - 0.3.0-2.git7399ad1 - Rebase to upstream 7399ad1. - Fixes RhBug:905209