the ppc64 box 'tridge' needs the python devel headers installed
authorAndrew Tridgell <tridge@samba.org>
Wed, 31 Aug 2011 22:28:19 +0000 (08:28 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 31 Aug 2011 22:28:19 +0000 (08:28 +1000)
tridge.fns [new file with mode: 0644]

diff --git a/tridge.fns b/tridge.fns
new file mode 100644 (file)
index 0000000..03f5d9d
--- /dev/null
@@ -0,0 +1,19 @@
+per_run_hook
+
+global_lock
+
+. install_python.fns
+compilers="gcc"
+
+for compiler in $compilers; do
+       . common.fns
+
+       test_tree samba_4_0_test . $compiler
+
+       test_tree samba_3_current source3 $compiler
+       test_tree samba_3_next source3 $compiler
+       test_tree samba_3_master source3 $compiler
+       test_tree samba_3_waf source3 $compiler
+done
+
+global_unlock