Fix use of plain_logs.
[amitay/build-farm.git] / hape.fns
1 #export CFLAGS="-O2 -g -Wall"
2
3 per_run_hook
4
5 global_lock
6
7 #PATH=/data/gcc/3.4.3/pa20_64/bin:$PATH
8 #export PATH
9
10 MAXTIME=18000
11 TORTURE_MAXTIME=3600
12 SMBD_MAXTIME=18000
13 SAMBA_MAXTIME=18000
14 export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
15
16 #for compiler in gcc cc ; do
17 for compiler in gcc ; do
18         export config=""
19         . common.fns
20
21         export config="--bundled-libraries=popt"
22         MAKE=gmake test_tree samba_4_0_test source4 $compiler
23
24         export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
25         test_tree samba_3_current source $compiler
26         export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
27         test_tree samba_3_next source $compiler
28         export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
29         test_tree samba_3_master source $compiler
30
31 done
32
33 global_unlock