summaryrefslogtreecommitdiff
path: root/other/travis/toxcore-script
diff options
context:
space:
mode:
Diffstat (limited to 'other/travis/toxcore-script')
-rwxr-xr-xother/travis/toxcore-script1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/travis/toxcore-script b/other/travis/toxcore-script
index 763be2e4..82c39ce9 100755
--- a/other/travis/toxcore-script
+++ b/other/travis/toxcore-script
@@ -2,6 +2,7 @@
2 2
3# Enable test coverage recording. 3# Enable test coverage recording.
4export CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage" 4export CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"
5export CXXFLAGS="$CXXFLAGS -fprofile-arcs -ftest-coverage"
5 6
6set_opt() { 7set_opt() {
7 opts="$opts -D$1="`expr ON \& \( $i % 2 \) \| OFF` 8 opts="$opts -D$1="`expr ON \& \( $i % 2 \) \| OFF`