summaryrefslogtreecommitdiff
path: root/buildtools/testwaf.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-05-05 14:11:56 +0200
committerAndrew Tridgell <tridge@samba.org>2010-05-05 16:14:13 +0200
commit3d2819bd8605b02f2b1053ed0dabb906e9b78db3 (patch)
treee90ff6e8b28ffdb291fe542bfba007b8c4334726 /buildtools/testwaf.sh
parentf8120ab6977074266cce6b665ed6aa3ef15953c2 (diff)
downloadsamba-3d2819bd8605b02f2b1053ed0dabb906e9b78db3.tar.gz
samba-3d2819bd8605b02f2b1053ed0dabb906e9b78db3.tar.bz2
samba-3d2819bd8605b02f2b1053ed0dabb906e9b78db3.zip
build: use the wrapper commands in testwaf.sh
this ensures they are well tested
Diffstat (limited to 'buildtools/testwaf.sh')
-rwxr-xr-xbuildtools/testwaf.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/buildtools/testwaf.sh b/buildtools/testwaf.sh
index b6f8db15ef..7a3f1bf227 100755
--- a/buildtools/testwaf.sh
+++ b/buildtools/testwaf.sh
@@ -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