Move some of the build diff logic to the buildfarm package.
[build-farm.git] / hape.fns
index 7b06b30259e1c6f7417433c9f94918f0bd22c222..8c75a822379aa5ec9980da75b6f4f3761ba4c840 100644 (file)
--- a/hape.fns
+++ b/hape.fns
@@ -7,16 +7,26 @@ global_lock
 #PATH=/data/gcc/3.4.3/pa20_64/bin:$PATH
 #export PATH
 
+MAXTIME=18000
+TORTURE_MAXTIME=3600
+SMBD_MAXTIME=18000
+SAMBA_MAXTIME=18000
+export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
+
 #for compiler in gcc cc ; do
 for compiler in gcc ; do
-
+       export config=""
        . common.fns
-       
-       test_tree samba4 source $compiler
 
-       #export config="--with-acl-support --with-libiconv=/usr/local/"
-       export config="--with-acl-support --with-libiconv=/usr/local"
-       test_tree samba_3_0 source $compiler
+       export config="--bundled-libraries=popt"
+       MAKE=gmake test_tree samba_4_0_test source4 $compiler
+
+       export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
+       test_tree samba_3_current source $compiler
+       export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
+       test_tree samba_3_next source $compiler
+       export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
+       test_tree samba_3_master source $compiler
 
 done