Skip to content

Commit 14b39e7

Browse files
Need to pass GCOV flags through to the regression suite.
1 parent 3c732b3 commit 14b39e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ before_install:
2020
script:
2121
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
2222
- chmod +x ./cc-test-reporter
23+
- ./cc-test-reporter before-build
2324
- make GCOV=1 travis-test
2425
- ./cc-test-reporter after-build --exit-code $?

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ sure: aegis-all
150150
-cd mpi-examples && $(MAKE) clean && $(MAKE) NOGUI=1
151151
-cd examples && $(MAKE) clean && $(MAKE) NOGUI=1
152152
# -cd objc-examples && $(MAKE)
153-
sh runtests "$(CPLUSPLUS)" test/00/*.sh
153+
sh runtests "$(CPLUSPLUS) $(FLAGS)" test/00/*.sh
154154

155155
c++11-sure: clean
156156
$(MAKE) CPLUSPLUS="g++ --std=c++11" classdesc

0 commit comments

Comments
 (0)