Revert "Add debuging symbols to the build so that we have meaningfull backtraces"
[build-farm.git] / magni.fns
index e3dad2f7514aefd3bf87016fe9ab1792b6e9fded..43ffe1f2ac7ebaa7e1a07479cdbd8fde066744a6 100644 (file)
--- a/magni.fns
+++ b/magni.fns
@@ -8,12 +8,14 @@ compiler=gcc
 . common.fns
 
 #lcov like shared libraries
-export config="--disable-shared"
+#export config="--disable-shared"
 export PIDL_TESTS_SKIP=yes
-test_tree samba_4_0_test source $compiler 
+test_tree samba_4_0_test source4 $compiler configure config_log config_header build install test lcovreport
 
 export config=""
-test_tree samba_3_X_test source $compiler
+test_tree samba_3_current source $compiler
+test_tree samba_3_next source $compiler
+test_tree samba_3_master source $compiler
 
 #lcov and libtool disagree, enable OpenLDAP and disable OpenSSL
 export config="--with-ldap=/usr --without-openssl --disable-shared"