1
0
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:
Andrew Tridgell 2010-05-05 14:11:56 +02:00
parent f8120ab697
commit 3d2819bd86

View File

@ -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