mu-test: add valgrind check
Make it a bit easier to skip some tests when running under valgrind.
This commit is contained in:
@ -42,6 +42,13 @@ Mu::mu_test_mu_hacker()
|
||||
{
|
||||
return !!g_getenv("MU_HACKER");
|
||||
}
|
||||
|
||||
bool
|
||||
Mu::mu_test_mu_valgrind()
|
||||
{
|
||||
return !!g_getenv("MU_VALGRIND");
|
||||
}
|
||||
|
||||
/* LCOV_EXCL_STOP*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user