build samba_3 with --enable-selftest
authorAndrew Bartlett <abartlet@samba.org>
Tue, 21 Aug 2012 02:54:46 +0000 (12:54 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 21 Aug 2012 02:54:46 +0000 (12:54 +1000)
This turns on all the required selftest stuff, rather than specifying it
one-by-one.

Andrew Bartlett

build_test.fns

index 44a87f69cd39919c3cfe540674bfe4bdea57c26a..46ebc378a332acec0b1c227d82d283748979c6e3 100644 (file)
@@ -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"