use www.samba.org as server for the css
[amitay/build-farm.git] / qnx18.fns
1 per_run_hook
2
3 global_lock
4
5 system=`uname`
6
7
8 compiler=gcc
9 . common.fns
10 test_tree lorikeet-heimdal . $compiler
11
12 if which perl > /dev/null; then
13         test_tree samba_4_0_test . $compiler
14 fi
15
16 #test_tree samba_3_current source3 $compiler
17 test_tree samba_3_next source3 $compiler
18 test_tree samba_3_master source3 $compiler
19 test_tree samba_3_waf source3 $compiler
20
21 # only attempt pidl if we have perl
22 if which perl > /dev/null; then
23   test_tree pidl . cc build test
24 fi
25
26 global_unlock