Files
ftmemsim-valgrind/cachegrind/tests/diff.vgtest
Nicholas Nethercote 624fcaa4af Add a test for cg_diff.
2021-12-06 08:56:54 +11:00

7 lines
334 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_diff cgout-test cgout-test2 > cgout-diff && perl ../../cachegrind/cg_annotate cgout-diff
cleanup: rm cgout-diff