]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix 247386 make perf does not run all performance tests :
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 23 Dec 2011 11:42:20 +0000 (11:42 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 23 Dec 2011 11:42:20 +0000 (11:42 +0000)
commitc953f410c8b2bdc44b9d0b6ffd7831a4f15a7786
treef6a32c390f95ce5ce3f616a60726df9a7d1c57d5
parente52f0e1de01f5e324934098b94455e80580d92c6
Fix 247386  make perf does not run all performance tests :

* move memcheck/perf/many-loss-records test to perf directory
       massif/perf/many-xpts test to perf directory
* modified many-loss-records.vgperf and many-xpts.vgperf,
  so as to have tool specific options prefixed with their tool
* remove directory memcheck/perf and massif/perf (containing no test anymore)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12315
13 files changed:
NEWS
configure.in
massif/Makefile.am
massif/perf/Makefile.am [deleted file]
massif/perf/many-xpts.vgperf [deleted file]
memcheck/Makefile.am
memcheck/perf/Makefile.am [deleted file]
memcheck/perf/many-loss-records.vgperf [deleted file]
perf/Makefile.am
perf/many-loss-records.c [moved from memcheck/perf/many-loss-records.c with 100% similarity]
perf/many-loss-records.vgperf [new file with mode: 0644]
perf/many-xpts.c [moved from massif/perf/many-xpts.c with 100% similarity]
perf/many-xpts.vgperf [new file with mode: 0644]