build: run distcheck in testwaf.sh
authorAndrew Tridgell <tridge@samba.org>
Mon, 5 Apr 2010 01:26:45 +0000 (11:26 +1000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:27:26 +0000 (20:27 +1000)
buildtools/testwaf.sh

index a007bc8611aeceeafe572a8a5b7576fda3b119af..00e37c6a164bae126d733f02f32a1a0fe4326e37 100755 (executable)
@@ -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