added samba_3_waf to the list of trees in the web interface
[amitay/build-farm.git] / hape.fns
index 200bda4e8be794e95e640692eb72060ff2367b08..18ba319d5f6acbec870b8f3967d066c6c280baa8 100644 (file)
--- a/hape.fns
+++ b/hape.fns
@@ -18,20 +18,16 @@ for compiler in gcc ; do
        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"
-       MAKE=gmake test_tree samba_4_0_test source $compiler
-
        export config="--bundled-libraries=popt"
-       MAKE=gmake test_tree samba_4_0_waf source4 $compiler
+       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 source $compiler
+       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
+       test_tree samba_3_waf source3 $compiler
 
 done