repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add bug 494246 to NEWS
[valgrind.git]
/
callgrind
/
tests
/
find-source.vgtest
blob
cf1db463ab8f18d5c4f1b1d0cdaaab21c9fdb5e2
1
# The 'prog' doesn't matter because we don't use its output. Instead we test
2
# the post-processing of the cgout-test file.
3
prog: ../../tests/true
4
vgopts: --callgrind-out-file=callgrind.out
5
post: grep -q 'tests/true\.c' callgrind.out
6
cleanup: rm callgrind.out