From dd6b02d814b4c38ccec1edc3b7732f2284d8f542 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 21 Aug 2012 12:54:46 +1000 Subject: [PATCH] build samba_3 with --enable-selftest This turns on all the required selftest stuff, rather than specifying it one-by-one. Andrew Bartlett --- build_test.fns | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build_test.fns b/build_test.fns index 44a87f69..46ebc378 100644 --- a/build_test.fns +++ b/build_test.fns @@ -749,8 +749,7 @@ test_tree() { sw_config="$config --enable-selftest" ;; samba_3*) - sw_config="$config --enable-socket-wrapper" - sw_config="$sw_config --enable-nss-wrapper" + sw_config="$config --enable-selftest" ;; samba-gtk) PKG_CONFIG_PATH="$test_root/prefix/samba_4_0_test.$compiler/lib/pkgconfig" -- 2.34.1