Elm tests: Silence warnings in the unused elm prefs test.

This commit is contained in:
Tom Hacohen 2016-04-08 11:35:18 +01:00
parent 8203c79678
commit 1b14a33a91
1 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,7 @@
START_TEST (elm_atspi_role_get)
{
#if 0
Evas_Object *win, *prefs;
Elm_Atspi_Role role;
@ -21,10 +22,11 @@ START_TEST (elm_atspi_role_get)
ck_assert(role == ELM_ATSPI_ROLE_REDUNDANT_OBJECT);
elm_shutdown();
#endif
}
END_TEST
void elm_test_prefs(TCase *tc)
{
/* tcase_add_test(tc, elm_atspi_role_get); */
tcase_add_test(tc, elm_atspi_role_get);
}