add qnx18.fns
[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 source $compiler
14 fi
15
16 #test_tree samba_3_current source $compiler
17 test_tree samba_3_next source $compiler
18 test_tree samba_3_master source $compiler
19
20 # only attempt pidl if we have perl
21 if which perl > /dev/null; then
22   test_tree pidl . cc build test
23 fi
24
25 global_unlock