Skip to content

Commit

Permalink
Oops fixed build with coverage issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vt4a2h committed Aug 28, 2016
1 parent ca29096 commit ce04009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test/test.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ LIBS += -lgtest -lpthread
linux-g++ {
message(********** Building with gcc 6 **********)
QMAKE_CXX = g++-6
QMAKE_CXXFLAGS += -std=gnu++1y
QMAKE_CXXFLAGS *= -std=gnu++1y

equals(WITH_COV, "TRUE") {
message(********** Collecting test coverage **********)
QMAKE_CXX = gcc-6
QMAKE_LINK = gcc-6
QMAKE_LFLAGS *= -lstdc++ --coverage
QMAKE_CXXFLAGS *= -std=gnu++1z -g --coverage
QMAKE_CXXFLAGS *= -std=gnu++1y -g --coverage
}
}

Expand Down

0 comments on commit ce04009

Please sign in to comment.