now that samba_3_waf is just a regular part of the build, remove seperate tree
[build-farm.git] / tridge.fns
index 2b8fd78097c0f31afd8f956b542aa65769101f85..03f5d9dd96d3aa34562b1d79d822ea16dd379cbc 100644 (file)
@@ -1,19 +1,19 @@
-# We need to disable ccache for the lcov love to work
-export CCACHE_DISABLE=yes
-export LCOV_REPORT=yes
+per_run_hook
 
-compiler=gcc
+global_lock
 
-. common.fns
+. install_python.fns
+compilers="gcc"
 
-#lcov like shared libraries
-export config="--disable-shared"
-test_tree samba4 source $compiler 
+for compiler in $compilers; do
+       . common.fns
 
-export config=""
-test_tree samba_3_0 source $compiler
+       test_tree samba_4_0_test . $compiler
 
-#lcov and libtool disagree, enable OpenLDAP and disable OpenSSL
-export config="--with-ldap=/usr --without-openssl --disable-shared"
-test_tree lorikeet-heimdal . $compiler
+       test_tree samba_3_current source3 $compiler
+       test_tree samba_3_next source3 $compiler
+       test_tree samba_3_master source3 $compiler
+       test_tree samba_3_waf source3 $compiler
+done
 
+global_unlock