pool/test/valgrind_config_check.cpp
John Maddock c1dd8eaadf Fix typo in test/test_bug_4960.cpp
Add valgrind tests only if available.

[SVN r69445]
2011-03-01 18:11:23 +00:00

7 lines
60 B
C++

#include <valgrind/valgrind.h>
int main()
{
return 0;
}