remove .fns file for removed host samba-klop
[build-farm.git] / tridge.fns
index 3d92ee8949319e63522e31d2c2df0376aaa20e87..5faee1cee329f8de2a97c8f66705369e6bdee0a4 100644 (file)
@@ -1,21 +1,16 @@
-# We need to disable ccache for the lcov love to work
-export CCACHE_DISABLE=yes
-export LCOV_REPORT=yes
-export PYTHON_VERSION=2.5
+per_run_hook
 
-compiler=gcc
+global_lock
 
-. common.fns
+compilers="gcc"
 
-#lcov like shared libraries
-export config="--disable-shared"
-export PIDL_TESTS_SKIP=yes
-test_tree samba_4_0_test source $compiler 
+for compiler in $compilers; do
+       . common.fns
 
-export config=""
-test_tree samba_3_2_test 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
+done
 
+global_unlock