From e2be29d1f82719dce23a6c8ddadc08ccfc62a95c Mon Sep 17 00:00:00 2001 From: Joe Konno Date: Tue, 31 Jul 2012 12:36:52 -0700 Subject: [PATCH] EFL: Re-enable EGL tests Signed-off-by: Joe Konno --- src/efl/elmtestharness.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/efl/elmtestharness.h b/src/efl/elmtestharness.h index b854be4..60e2b46 100644 --- a/src/efl/elmtestharness.h +++ b/src/efl/elmtestharness.h @@ -69,13 +69,12 @@ BOOST_AUTO_TEST_CASE(Harness##_shm_engine) \ Application::setEngine(Application::ENGINE_SHM); \ Harness().run(); \ } \ - -//\ -//BOOST_AUTO_TEST_CASE(Harness##_egl_engine) \ -//{ \ -// Application::setEngine(Application::ENGINE_EGL); \ -// Harness().run(); \ -//} \ +\ +BOOST_AUTO_TEST_CASE(Harness##_egl_engine) \ +{ \ + Application::setEngine(Application::ENGINE_EGL); \ + Harness().run(); \ +} \ #endif -- 2.7.4