1 # The `prog` doesn't matter because we don't use its output. Instead we test
2 # the post-processing of the cgout files.
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