changes to reviews 2
[build-farm.git] / SerNet-NetBSD5.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_4_0_test . $compiler
13         export config=""
14
15         test_tree samba_3_current source3 $compiler
16         test_tree samba_3_next source3 $compiler
17 done
18
19 global_unlock