mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-22 22:00:36 +01:00
test: do run the util tests under valgrind
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>
This commit is contained in:
parent
27632555e1
commit
00f3345b80
1 changed files with 0 additions and 6 deletions
|
|
@ -1068,12 +1068,6 @@ int main(int argc, char **argv)
|
|||
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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue