mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
7 lines
306 B
Plaintext
7 lines
306 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: --cachegrind-out-file=cachegrind.out
|
|
post: perl ../../cachegrind/cg_annotate --sort=Dr --show=Dw,Dr,Ir --auto=yes cgout-test
|
|
cleanup: rm cachegrind.out
|