diff options
Diffstat (limited to 'tests/modules-test.c')
-rw-r--r-- | tests/modules-test.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/modules-test.c b/tests/modules-test.c index f9de3afdb7..a8118e9042 100644 --- a/tests/modules-test.c +++ b/tests/modules-test.c @@ -53,6 +53,9 @@ int main(int argc, char *argv[]) #ifdef CONFIG_SDL "ui-", "sdl", #endif +#if defined(CONFIG_SPICE) && defined(CONFIG_GIO) + "ui-", "spice-app", +#endif }; int i; |