On second thoughts, put back hape.fns but force gmake for Samba4
authorabartlet <abartlet@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Fri, 7 Aug 2009 05:26:50 +0000 (05:26 +0000)
committerabartlet <abartlet@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Fri, 7 Aug 2009 05:26:50 +0000 (05:26 +0000)
git-svn-id: file:///home/svn/build-farm/trunk@887 1e5ffdc8-eadd-0310-9daa-9cb4117fe24b

hape.fns [new file with mode: 0644]

diff --git a/hape.fns b/hape.fns
new file mode 100644 (file)
index 0000000..91c7159
--- /dev/null
+++ b/hape.fns
@@ -0,0 +1,36 @@
+#export CFLAGS="-O2 -g -Wall"
+
+per_run_hook
+
+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="--with-included-popt"
+       . common.fns
+
+       # sun_path for unix sockets is char[92]
+       # so we need to use shorter pathes for make test
+       export config="--with-selftest-prefix=/data/home/build/st.samba_4_0_test --with-included-popt"
+       MAKE=gmake test_tree samba_4_0_test source $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
+
+global_unlock