[gtk/ci-installed-tests: 2/3] installed-tests: Fix the icontheme test




commit 28a9fa248602b148b7e3e9d4139c3832fab6e94a
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Aug 1 22:30:06 2020 -0400

    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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]