modified: makefile
[GalaxyCodeBases.git] / tools / Bilibili / danmaku2ass_native / tests / test.sh
blob0769b8e4abf6c3e069161368cc4f9fa1e57589d9
1 #!/bin/sh
2 ./danmaku2ass_native -in=../tests/testdata.xml -out=./test.out -w=1280 -h=720 -font="Heiti SC" -fontsize=25 -alpha=0.8 -dm=5 -ds=5
3 $HOME/lcov/usr/bin/lcov --gcov-tool "gcov-4.8" --directory . --capture --output-file coverage.info
4 $HOME/lcov/usr/bin/lcov --gcov-tool "gcov-4.8" --remove coverage.info 'tests/*' '/usr/*' 'rapid*' --output-file coverage.info
5 $HOME/lcov/usr/bin/lcov --gcov-tool "gcov-4.8" --list coverage.info
6 coveralls-lcov --repo-token $COVERALLS_TOKEN coverage.info