some css elements are standard now, now brwowser specific names needed for those
[build-farm.git] / hpisgr8.fns
1 # gdb is in /opt/langtools/bin
2 PATH="$PATH:/opt/langtools/bin"
3 export PATH
4
5 per_run_hook
6
7 global_lock
8
9 compilers="cc gcc"
10
11 CFLAGS="-g $CFLAGS"
12 export CFLAGS
13
14 for compiler in $compilers; do
15
16         . common.fns
17
18         config="--without-acl-support"
19         export config
20         test_tree samba_current . $compiler
21         test_tree samba_next . $compiler
22         test_tree samba_master . $compiler
23         config=""
24         export config
25 done
26
27 global_unlock