cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c0c59bdb193eba278212d9b632313b32dc0ce762

commit c0c59bdb193eba278212d9b632313b32dc0ce762
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Wed Apr 29 09:50:51 2015 +0200

    emile: only disable tests timeout on Windows.
---
 src/tests/emile/emile_suite.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/tests/emile/emile_suite.c b/src/tests/emile/emile_suite.c
index 8df7c73..9ba150f 100644
--- a/src/tests/emile/emile_suite.c
+++ b/src/tests/emile/emile_suite.c
@@ -92,7 +92,9 @@ main(int argc, char *argv[])
         tc = tcase_create(tests[i].name);
         tests[i].build(tc);
         suite_add_tcase(s, tc);
+#ifndef _WIN32
         tcase_set_timeout(tc, 0);
+#endif
      }
 
    sr = srunner_create(s);

-- 


Reply via email to