]> granicus.if.org Git - curl/commit
Moved out the valgrind report parser to valgrind.pm, to make it easier to
authorDaniel Stenberg <daniel@haxx.se>
Thu, 10 Feb 2005 08:50:33 +0000 (08:50 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 10 Feb 2005 08:50:33 +0000 (08:50 +0000)
commit160d6b26b0ca3966d55dce45c0ca2090500bc175
tree40d2c53399929d62207912da20ec4a30f93a0943
parent17d61e4f29e3e1f39a845834e268e67a5afa46e1
Moved out the valgrind report parser to valgrind.pm, to make it easier to
test it outside the test suite. Now we also disable valgrind usage if libcurl
was built shared, as then valgrind is only testing the wrapper-script running
shell which is pointless.
tests/runtests.pl
tests/valgrind.pm [new file with mode: 0644]