Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git] / cachegrind / tests / ann-diff1.vgtest
blobcec140c4e9f7a10e307f569b87cb50bb4ef301e4
1 # The `prog` doesn't matter because we don't use its output. Instead we test
2 # the post-processing of the cgout files.
3 prog: ../../tests/true
4 prereq: ../../tests/python_test.sh
5 vgopts: --cachegrind-out-file=cachegrind.out
7 post: python3 ../cg_diff --mod-funcname="s/main/MAIN/" ann1.cgout ann1b.cgout > ann-diff1.cgout && python3 ../cg_annotate --mod-filename="s/a.c/A.c/" --mod-funcname s/MAIN/Main/ ann-diff1.cgout
9 cleanup: rm cachegrind.out ann-diff1.cgout