host opi is gone
[build-farm.git] / hape.fns
index 008384df2fd404f36c40335bed8701d03fa8f18c..cd2996214381b2d1f7ddd1e34933a354a2dc5fe8 100644 (file)
--- a/hape.fns
+++ b/hape.fns
@@ -4,10 +4,30 @@ per_run_hook
 
 global_lock
 
-. common.fns
+#PATH=/data/gcc/3.4.3/pa20_64/bin:$PATH
+#export PATH
 
-export config="--with-acl-support --with-libiconv=/usr/local/"
-test_tree samba_3_0 source gcc
+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
+
+       export config="--bundled-libraries=popt"
+       MAKE=gmake test_tree samba_4_0_test . $compiler
+
+       export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
+       test_tree samba_3_current source3 $compiler
+       export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
+       test_tree samba_3_next source3 $compiler
+       export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
+       test_tree samba_3_master source3 $compiler
+
+done
 
 global_unlock