summaryrefslogtreecommitdiff
path: root/lcov-report/tinderbox/.tb/profiles/lcov-make-check/config
diff options
context:
space:
mode:
Diffstat (limited to 'lcov-report/tinderbox/.tb/profiles/lcov-make-check/config')
-rw-r--r--lcov-report/tinderbox/.tb/profiles/lcov-make-check/config15
1 files changed, 15 insertions, 0 deletions
diff --git a/lcov-report/tinderbox/.tb/profiles/lcov-make-check/config b/lcov-report/tinderbox/.tb/profiles/lcov-make-check/config
new file mode 100644
index 0000000..b7e778e
--- /dev/null
+++ b/lcov-report/tinderbox/.tb/profiles/lcov-make-check/config
@@ -0,0 +1,15 @@
+TB_TYPE=tb
+
+# These are for use in the lcov script
+TB_LCOV_TRACEFILE_DIR=~/tmp/traces
+TB_LCOV_HTML_DIR=~/tmp/html
+TB_LCOV_TEST_NAME="make check"
+TB_LCOV_REPORT=~/source/buildbot/lcov-report/lcov-report.sh
+
+# These are set for gcov/lcov code coverage
+LDFLAGS='-fprofile-arcs'
+CFLAGS='-fprofile-arcs -ftest-coverage'
+CXXFLAGS='-fprofile-arcs -ftest-coverage'
+CPPFLAGS='-fprofile-arcs -ftest-coverage'
+export LDFLAGS CFLAGS CXXFLAGS CPPFLAGS
+