eina test suite - ooops reenable tests

accidentally snukc in commented disables in test suite as i was
hunting why eina test suite crashes while dealing with feedback on my
compare fixes etc.
This commit is contained in:
Carsten Haitzler 2016-05-26 13:03:01 +09:00
parent 7ee4eba33f
commit a1a2bc5017
1 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@
#include "../efl_check.h"
static const Efl_Test_Case etc[] = {
/*
{ "FixedPoint", eina_test_fp },
{ "Inarray", eina_test_inarray },
{ "Array", eina_test_array },
@ -65,7 +64,6 @@ static const Efl_Test_Case etc[] = {
{ "COW", eina_test_cow },
// Disabling Eina_Model test
// { "Model", eina_test_model },
*/
{ "Barrier", eina_test_barrier },
{ "Tmp String", eina_test_tmpstr },
{ "Locking", eina_test_locking },