more info on ctest fail

dr-700c-dec
David 2020-04-26 08:13:18 +09:30
parent cf3bd6e73a
commit 8095f8ca2a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ script:
- cd src && sox ../../wav/wia.wav -t raw -r 16000 - | ./lpcnet_enc -s | ./lpcnet_dec -s > /dev/null
# some LPCNet ctests
- ls -l
- cd $BUILDDIR && ctest
- cd $BUILDDIR && ctest --output-on-failure
# Re-build codec2 with LPCNet and test FreeDV 2020 support
- cd $CODEC2DIR/build_linux
- make clean