/
niceSOFT
/
shadow
Обзор
Документация
Войти
/
niceSOFT
/
shadow
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/coverage.sh
11 строк
341 B
Serge Hallyn
Add tests from the old svn tree
17 сен 2014, 23:42
17 сен 2014, 23:42
b999d48
Код
Авторство
О чём код?
#!/bin/sh # This script builds the code coverage of the testsuite. # The shadow utils must have been compiled with -fprofile-arcs -ftest-coverage cd ../build/shadow-4.1.3.1/ rm -rf ../coverage mkdir ../coverage lcov --directory . --capture --output-file=lcov.data genhtml --frames --output-directory ../coverage/ --show-details lcov.data