Paul Floyd 708d0eb6b4 Regtest: fixes for callgrind tests referring to cachegrind reference files
cachegrind/tests/cgout-test was renamed to ann1.cgout but the
two tests in callgrind that use it weren't updated.
2023-04-02 10:12:17 +02:00

7 lines
408 B
Plaintext

# The 'prog' doesn't matter because we don't use its output. Instead we test
# the post-processing of the cgout-test file.
prog: ../../tests/true
vgopts: --callgrind-out-file=callgrind.out
post: touch ../../cachegrind/tests/ann1.cgout && perl ../../callgrind/callgrind_annotate --sort=Dr --show=Dw,Dr,Ir --auto=yes --include=../../cachegrind/tests ../../cachegrind/tests/ann1.cgout
cleanup: rm callgrind.out