@ -209,16 +209,6 @@ tests_weston_plugin = [
]
if get_option ( 'shell-ivi' )
tests_weston + = [
[
'ivi-shell-app' ,
[
ivi_application_client_protocol_h ,
ivi_application_protocol_c ,
]
]
]
ivi_layout_test_plugin = shared_library (
'test-ivi-layout' ,
[
@ -244,6 +234,14 @@ if get_option('shell-ivi')
'test_deps' : [ ivi_layout_test_plugin ] ,
} ,
{ 'name' : 'ivi-layout-internal' , } ,
{
'name' : 'ivi-shell-app' ,
'sources' : [
'ivi-shell-app-test.c' ,
ivi_application_client_protocol_h ,
ivi_application_protocol_c ,
] ,
} ,
]
endif
@ -258,6 +256,7 @@ test_config_h.set_quoted('WESTON_TEST_REFERENCE_PATH', meson.current_source_dir(
test_config_h . set_quoted ( 'WESTON_MODULE_MAP' , env_modmap )
test_config_h . set_quoted ( 'WESTON_DATA_DIR' , join_paths ( meson . current_source_dir ( ) , '..' , 'data' ) )
test_config_h . set_quoted ( 'TESTSUITE_PLUGIN_PATH' , exe_plugin_test . full_path ( ) )
test_config_h . set_quoted ( 'TESTSUITE_IVI_CONFIG_PATH' , join_paths ( meson . current_build_dir ( ) , '../ivi-shell/weston-ivi-test.ini' ) )
configure_file ( output : 'test-config.h' , configuration : test_config_h )
foreach t : tests