list all files to find coverage

This commit is contained in:
Thomas Fussell 2016-10-31 23:08:57 -04:00
parent 6c508845cc
commit cea5ae94d3

View File

@ -48,4 +48,4 @@ script:
- cmake -D STATIC=$STATIC -D SAMPLES=$SAMPLES -D COVERAGE=$COVERAGE -D CMAKE_CXX_COMPILER=$COMPILER -D CMAKE_BUILD_TYPE=Debug ..
- cmake --build .
- cd bin && ./xlnt.test
- find .
- find ../../