add .fns files to work around missing ACL support and missing gettext on macos 10.6
authorAndrew Bartlett <abartlet@samba.org>
Tue, 7 Jan 2014 01:31:55 +0000 (14:31 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 7 Jan 2014 01:31:55 +0000 (14:31 +1300)
SerNet-imini.fns [new file with mode: 0644]

diff --git a/SerNet-imini.fns b/SerNet-imini.fns
new file mode 100644 (file)
index 0000000..016cc61
--- /dev/null
@@ -0,0 +1,19 @@
+per_run_hook
+
+global_lock
+
+compilers="gcc"
+
+for compiler in $compilers; do
+
+       . common.fns
+
+       export config="--without-acl-support --without-gettext"
+       test_tree samba_4_0_test . $compiler
+       export config=""
+
+       test_tree samba_3_current source3 $compiler
+       test_tree samba_3_next source3 $compiler
+done
+
+global_unlock