merge the formfield patch from ooo-build
[ooovba.git] / sal / qa / helper / gcov / build_coverage
blob8948789a87e7f994bf276dbdc14e192e02f8f742
2 # this is a helper, to build sal with the right compiler parameters
3 # IMPORTANT, this works only within Linux
5 if ( `uname` == "Linux" ) then
6         echo "running on Linux Intel, ok."
8     build killobj
10     # setenv OLDCFLAGS $ENVCFLAGS 
12     setenv ENVCFLAGS "-fprofile-arcs -ftest-coverage"
14     build
16     # setenv ENVCFLAGS $OLDCFLAGS
18 else
20     echo "Sorry, gcov works only within Linux environment."
22 endif