summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2016-05-26 13:03:01 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2016-05-26 13:03:01 +0900
commita1a2bc5017cbe718694836142b1206c1d9a064c1 (patch)
tree97606311fdeb2ee834452765619fff6c68c6dd8a
parent7ee4eba33f2a518b02bc0508c42b7524581ca61a (diff)
downloadefl-a1a2bc5017cbe718694836142b1206c1d9a064c1.tar.gz
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.
-rw-r--r--src/tests/eina/eina_suite.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tests/eina/eina_suite.c b/src/tests/eina/eina_suite.c
index 577be68369..994d66d9df 100644
--- a/src/tests/eina/eina_suite.c
+++ b/src/tests/eina/eina_suite.c
@@ -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 },