mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 10:21:20 +00:00
7 lines
370 B
Plaintext
7 lines
370 B
Plaintext
# The `prog` doesn't matter because we don't use its output. Instead we test
|
|
# the post-processing of the `ann{1,1b}.cgout` test files.
|
|
prog: ../../tests/true
|
|
vgopts: --cachegrind-out-file=cachegrind.out
|
|
post: python3 ../cg_diff --mod-funcname="s/main/MAIN/" ann1.cgout ann1b.cgout > ann-diff1.cgout && python3 ../cg_annotate ann-diff1.cgout
|
|
cleanup: rm ann-diff1.cgout
|