From 28a9fa248602b148b7e3e9d4139c3832fab6e94a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 1 Aug 2020 22:30:06 -0400 Subject: [PATCH] installed-tests: Fix the icontheme test We forgot to install some of the icons, causing the test to fail. --- testsuite/gtk/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build index 286c8f38fb..929d9ca382 100644 --- a/testsuite/gtk/meson.build +++ b/testsuite/gtk/meson.build @@ -271,6 +271,7 @@ if get_option('install-tests') endforeach install_subdir('icons', install_dir: testexecdir) + install_subdir('icons2', install_dir: testexecdir) install_subdir('ui', install_dir: testexecdir) endif