/
niceSOFT
/
valgrind
Обзор
Документация
Войти
/
niceSOFT
/
valgrind
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
cachegrind/tests/ann-diff2.vgtest
9 строк
464 B
Mark Wielaard
Add prereqs for tests using python 3.9+
24 апр 2024, 22:30
24 апр 2024, 22:30
26ebac7
Код
Авторство
О чём код?
# The `prog` doesn't matter because we don't use its output. Instead we test # the post-processing of the cgout files. prog: ../../tests/true prereq: ../../tests/python_test.sh vgopts: --cachegrind-out-file=cachegrind.out post: python3 ../cg_diff --mod-filename="s/.*aux\//aux\//i" --mod-funcname="s/(f[a-z]*)[0-9]/\1N/g" ann-diff2a.cgout ann-diff2b.cgout > ann-diff2c.cgout && python3 ../cg_annotate ann-diff2c.cgout cleanup: rm cachegrind.out ann-diff2c.cgout