diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-05 11:26:45 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:26 +1000 |
commit | 5260b504675b8151f0a6415f41a321d8cf077bb1 (patch) | |
tree | ed9cce6fe71f7ec00576bd178e20f9ef947a74c4 | |
parent | bfd30ebcba9b4f504a3818bb1981882d044693b0 (diff) | |
download | samba-5260b504675b8151f0a6415f41a321d8cf077bb1.tar.gz samba-5260b504675b8151f0a6415f41a321d8cf077bb1.tar.bz2 samba-5260b504675b8151f0a6415f41a321d8cf077bb1.zip |
build: run distcheck in testwaf.sh
-rwxr-xr-x | buildtools/testwaf.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/testwaf.sh b/buildtools/testwaf.sh index a007bc8611..00e37c6a16 100755 --- a/buildtools/testwaf.sh +++ b/buildtools/testwaf.sh @@ -23,6 +23,7 @@ for d in $tests; do time waf build || exit 1 time waf build || exit 1 waf install || exit 1 + waf distcheck || exit 1 case $d in "source4/lib/ldb") ldd bin/ldbadd || exit 1 |