Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions package/libsolv.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,11 @@ export NO_BRP_STRIP_DEBUG=true
%endif

%check
%if %{with shared}
# The test suite doesn't automatically know to look at the "built"
# library, so we force it by creating an LD_LIBRARY_PATH
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
%endif
make ARGS=--output-on-failure test

%if %{with shared}
Expand Down