These tests include string parsers, definitely want those to run under
valgrind to detect OOB reads and writes.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Suite *s;
SRunner *sr;
- /* when running under valgrind we're using nofork mode, so a signal
- * raised by a test will fail in valgrind. There's nothing to
- * memcheck here anyway, so just skip the valgrind test */
- if (RUNNING_ON_VALGRIND)
- return 77;
-
s = litest_utils_suite();
sr = srunner_create(s);