some css elements are standard now, now brwowser specific names needed for those
[build-farm.git] / SerNet-imini.fns
1 per_run_hook
2
3 global_lock
4
5 compilers="gcc"
6
7 for compiler in $compilers; do
8
9         . common.fns
10
11         export config="--without-acl-support"
12         test_tree samba_current . $compiler
13         test_tree samba_next . $compiler
14         test_tree samba_master . $compiler
15         export config=""
16
17 done
18
19 global_unlock