Fix build by checksum.
[build-farm.git] / opi.fns
diff --git a/opi.fns b/opi.fns
index 778454d06fab02dcc37027f3753a7405acb9528e..eb954b59535177fa352505160e71a1e44a0568db 100644 (file)
--- a/opi.fns
+++ b/opi.fns
@@ -5,14 +5,19 @@ global_lock
 compiler=gcc
 CFLAGS="-O3 -Wall"
 export CFLAGS
-SMBD_OPTIONS="-d10"
-export SMBD_OPTIONS
 
 . common.fns
 #test_tree lorikeet-heimdal . $compiler
 
-test_tree samba4 source $compiler
-test_tree samba_3_2 source $compiler
+export config="--with-selftest-prefix=/data/bf/st.samba_4_0_test"
+test_tree samba_4_0_test source4 $compiler
+export config=""
+
+test_tree samba_3_current source $compiler
+test_tree samba_3_next source $compiler
+export config="--enable-developer"
+test_tree samba_3_master source $compiler
+export config=""
 test_tree pidl . $compiler build test
 
 global_unlock