diff --git a/tests/gem_exec_whisper.c b/tests/gem_exec_whisper.c index 2abb3e29..8db475e2 100644 --- a/tests/gem_exec_whisper.c +++ b/tests/gem_exec_whisper.c @@ -368,6 +368,7 @@ igt_main unsigned flags; } modes[] = { { "", 0 }, + { "interruptible", INTERRUPTIBLE }, { "contexts", CONTEXTS }, { "contexts-interruptible", CONTEXTS | INTERRUPTIBLE}, { "fds", FDS },