ecore: simplify suite name as I try to spot an intermitent failure.

While running ecore_suite, I, some times, see a failure in the thread queue test,
sadly I can't reproduce it while just executing :
CK_RUN_CASE=Eina_Thread_Queue  ./tests/ecore/ecore_suite
This commit is contained in:
Cedric BAIL 2016-11-07 14:05:55 -08:00
parent de131bf5d0
commit 6d7c6445f8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ static const Efl_Test_Case etc[] = {
{ "Ecore_Timers", ecore_test_timer },
{ "Ecore_Evas", ecore_test_ecore_evas },
{ "Ecore_Animators", ecore_test_animator },
{ "Ecore_Test_Ccore_Thread_Eina_Thread_Queue", ecore_test_ecore_thread_eina_thread_queue },
{ "Eina_Thread_Queue", ecore_test_ecore_thread_eina_thread_queue },
#if HAVE_ECORE_DRM
{ "Ecore_Drm", ecore_test_ecore_drm },
#endif