Enable make test again
by pointing LD_LIBRARY_PATH and LDB_MODULES_PATH to the just built binaries OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=86
This commit is contained in:
parent
29c4ec69e6
commit
277310a866
5
ldb.spec
5
ldb.spec
@ -193,8 +193,9 @@ doxygen Doxyfile
|
||||
rm -f apidocs/man/man3/_*_ldb-%{version}_include_.3
|
||||
|
||||
%check
|
||||
# make test doesn't work with --disable-rpath
|
||||
#%{__make} test
|
||||
LD_LIBRARY_PATH="bin/shared:bin/shared/private" \
|
||||
LDB_MODULES_PATH="bin/modules" \
|
||||
%{__make} test
|
||||
|
||||
%install
|
||||
DESTDIR=${RPM_BUILD_ROOT} make install
|
||||
|
Loading…
Reference in New Issue
Block a user