installed-tests: Fix the icontheme test

We forgot to install some of the icons, causing
the test to fail.
This commit is contained in:
Matthias Clasen 2020-08-01 22:30:06 -04:00
parent 7cf61e6a4b
commit 28a9fa2486

View File

@ -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