mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-18 00:43:47 +00:00
7 lines
359 B
Plaintext
7 lines
359 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: perl ../../callgrind/callgrind_annotate --show=Ir,I1mr,ILmr --auto=yes --include=../../cachegrind/tests ../../cachegrind/tests/cgout-test
|
|
cleanup: rm callgrind.out
|