summaryrefslogtreecommitdiff
path: root/sal/qa/helper/gcov/build_coverage
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/helper/gcov/build_coverage')
-rwxr-xr-xsal/qa/helper/gcov/build_coverage23
1 files changed, 0 insertions, 23 deletions
diff --git a/sal/qa/helper/gcov/build_coverage b/sal/qa/helper/gcov/build_coverage
deleted file mode 100755
index 8948789a8..000000000
--- a/sal/qa/helper/gcov/build_coverage
+++ /dev/null
@@ -1,23 +0,0 @@
-
-# this is a helper, to build sal with the right compiler parameters
-# IMPORTANT, this works only within Linux
-
-if ( `uname` == "Linux" ) then
- echo "running on Linux Intel, ok."
-
- build killobj
-
- # setenv OLDCFLAGS $ENVCFLAGS
-
- setenv ENVCFLAGS "-fprofile-arcs -ftest-coverage"
-
- build
-
- # setenv ENVCFLAGS $OLDCFLAGS
-
-else
-
- echo "Sorry, gcov works only within Linux environment."
-
-endif
-