set LD_LIBRARY_PATH in test suite so that test programs are linked correctly
This commit is contained in:
parent
56c1e89083
commit
e6c9b3ce2b
@ -221,7 +221,9 @@ popd
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
pushd test
|
pushd test
|
||||||
PBM_TESTPREFIX=$RPM_BUILD_ROOT%{_bindir} ./Execute-Tests
|
export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
|
||||||
|
export PBM_TESTPREFIX=$RPM_BUILD_ROOT%{_bindir}
|
||||||
|
./Execute-Tests
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
Loading…
Reference in New Issue
Block a user