Add get_by_checksum function.
[build-farm.git] / hape.fns
index efa3de92ec9cab10dc3616a3caa80a5899cb7484..8c75a822379aa5ec9980da75b6f4f3761ba4c840 100644 (file)
--- a/hape.fns
+++ b/hape.fns
@@ -15,19 +15,18 @@ export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
 
 #for compiler in gcc cc ; do
 for compiler in gcc ; do
-
-       export config="--with-included-popt"
+       export config=""
        . 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"
-       test_tree samba_4_0_test 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_X_test source $compiler
+       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_X_devel source $compiler
+       test_tree samba_3_master source $compiler
 
 done