run make test

This commit is contained in:
Ales Kozumplik 2013-05-16 09:48:06 +02:00
parent 3f49e68c2d
commit b532c3f93c

View File

@ -7,7 +7,7 @@
Name: libsolv Name: libsolv
Version: 0.3.0 Version: 0.3.0
Release: 2.git%{gitrev}%{?dist} Release: 3.git%{gitrev}%{?dist}
License: BSD License: BSD
Url: https://github.com/openSUSE/libsolv Url: https://github.com/openSUSE/libsolv
# git clone https://github.com/openSUSE/libsolv.git # git clone https://github.com/openSUSE/libsolv.git
@ -83,6 +83,9 @@ Perl bindings for sat solver.
%setup -q -n libsolv %setup -q -n libsolv
%patch0 -p1 -b .rubyinclude %patch0 -p1 -b .rubyinclude
%check
make ARGS="-V" test
%build %build
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \ %cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DENABLE_PERL=1 \ -DENABLE_PERL=1 \
@ -141,6 +144,9 @@ rm $RPM_BUILD_ROOT/usr/bin/testsolv
%{python_sitearch}/* %{python_sitearch}/*
%changelog %changelog
* Wed May 16 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-3.git7399ad1
- Run 'make test' with libsolv build.
* Mon Apr 8 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-2.git7399ad1 * Mon Apr 8 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-2.git7399ad1
- Rebase to upstream 7399ad1. - Rebase to upstream 7399ad1.
- Fixes RhBug:905209 - Fixes RhBug:905209