tests: preload elm csd theme in elm_suite startup

Summary:
ref T6864
Depends on D5958

Reviewers: stefan_schmidt

Subscribers: cedric

Maniphest Tasks: T6864

Differential Revision: https://phab.enlightenment.org/D5959
This commit is contained in:
Mike Blumenkrantz 2018-04-18 13:58:15 +02:00 committed by Stefan Schmidt
parent 9bfa85fdf0
commit ab430e3ee5
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,8 @@ main(int argc, char **argv)
/* preload default theme */
failed_count += !elm_theme_group_path_find(NULL, "elm/button/base/default");
EINA_SAFETY_ON_TRUE_RETURN_VAL(failed_count, 255);
failed_count += !elm_theme_group_path_find(NULL, "elm/border/base/default");
EINA_SAFETY_ON_TRUE_RETURN_VAL(failed_count, 255);
failed_count += !elm_theme_group_path_find(NULL, "elm/win/base/default");
EINA_SAFETY_ON_TRUE_RETURN_VAL(failed_count, 255);