build samba_4 with --enable-selftest
authorAndrew Bartlett <abartlet@samba.org>
Mon, 20 Aug 2012 21:55:48 +0000 (07:55 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 20 Aug 2012 21:55:48 +0000 (07:55 +1000)
This turns on all the required selftest stuff, rather than specifying it
one-by-one.

Andrew Bartlett

build_test.fns

index 2358524ad9d35a3f991b852a1705d950fd886d57..44a87f69cd39919c3cfe540674bfe4bdea57c26a 100644 (file)
@@ -746,9 +746,7 @@ test_tree() {
                sw_config="$config --enable-socket-wrapper"
                ;;
        samba_4*)
-               sw_config="$config --enable-socket-wrapper"
-               sw_config="$sw_config --enable-nss-wrapper"
-               sw_config="$sw_config --enable-uid-wrapper"
+               sw_config="$config --enable-selftest"
                ;;
        samba_3*)
                sw_config="$config --enable-socket-wrapper"