# The `prog` doesn't matter because we don't use its output. Instead we test
# the post-processing of the cgout file.
prog: ../../tests/true
prereq: ../../tests/python_test.sh
vgopts: --cachegrind-out-file=cachegrind.out

post: touch ann1.cgout && python3 ../cg_annotate --show=Ir,I1mr,ILmr --show-percs=no ann1.cgout

cleanup: rm cachegrind.out
