Skip to content

Commit 79c83c4

Browse files
authored
Merge pull request diffblue#108 from diffblue/smowton/feature/travis-unit-tests
Run `make unit` from Travis
2 parents 405e493 + 2891f3e commit 79c83c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ script:
110110
# Compile in host machine/container & run tests in host machine/container
111111
if [ -L bin/gcc ] ; then export PATH=$PWD/bin:$PATH ; fi ;
112112
COMMAND="make -C src CXX=\"$COMPILER\" CXXFLAGS=\"-Wall -O2 -g -Werror -Wno-deprecated-register -pedantic -Wno-sign-compare -DUSE_BOOST\"" &&
113+
eval ${PRE_COMMAND} ${COMMAND} &&
114+
COMMAND="make -C unit test CXX=\"$COMPILER\" CXXFLAGS=\"-Wall -O2 -g -Werror -Wno-deprecated-register -pedantic -Wno-sign-compare -DUSE_BOOST\"" &&
113115
eval ${PRE_COMMAND} ${COMMAND}
114116
115117
notifications:

0 commit comments

Comments
 (0)