mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
build: use the wrapper commands in testwaf.sh
this ensures they are well tested
This commit is contained in:
parent
f8120ab697
commit
3d2819bd86
@ -21,12 +21,12 @@ for d in $tests; do
|
||||
pushd $d
|
||||
rm -rf bin
|
||||
type waf
|
||||
./autogen-waf.sh
|
||||
waf dist
|
||||
waf configure -C --enable-developer --prefix=$PREFIX
|
||||
time waf build
|
||||
time waf build
|
||||
waf install
|
||||
waf distcheck
|
||||
./configure -C --enable-developer --prefix=$PREFIX
|
||||
time make
|
||||
make install
|
||||
make distcheck
|
||||
case $d in
|
||||
"source4/lib/ldb")
|
||||
ldd bin/ldbadd
|
||||
|
Loading…
Reference in New Issue
Block a user