X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=hape.fns;h=cd2996214381b2d1f7ddd1e34933a354a2dc5fe8;hb=f4cf0c5976dcdd23d7ef9f2089d2bf00e8b62832;hp=825670bfef62a0bee4eaf7399c9a76941f5bb8f3;hpb=d557a9cf3f6b897289fec775a156f645c27fdc97;p=build-farm.git diff --git a/hape.fns b/hape.fns index 825670bf..cd299621 100644 --- 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 . $compiler export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt" - test_tree samba_3_current source $compiler + 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 source $compiler + test_tree samba_3_master source3 $compiler done