mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
cachegrind/tests/cgout-test was renamed to ann1.cgout but the two tests in callgrind that use it weren't updated.
7 lines
408 B
Plaintext
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
|