Make .travis.yml configure the test framework.

This commit is contained in:
Nick Thompson
2018-10-26 17:56:21 -06:00
parent cdefe039ee
commit f21a8e301a

View File

@ -341,7 +341,8 @@ install:
script:
- |-
echo "using $TOOLSET : : $COMPILER : <cxxflags>-std=$CXXSTD ;" > ~/user-config.jam
- ./b2 libs/integer/test toolset=$TOOLSET
- (cd libs/config/test && ../../../b2 config_info_travis_install toolset=$TOOLSET && ./config_info_travis)
- (cd libs/integer/test && ../../../b2 libs/integer/test toolset=$TOOLSET)
notifications:
email: