From 02671a8dd64376e2a1a720810475e8077ea274f0 Mon Sep 17 00:00:00 2001 From: Joe Konno Date: Tue, 24 Jul 2012 22:56:28 -0700 Subject: [PATCH] EFL: Re-enable wayland_egl engine 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