From 19130579645bafa9bf4312d3cee38ad2dd7579cb Mon Sep 17 00:00:00 2001 From: Joe Konno Date: Fri, 20 Jul 2012 10:39:38 -0700 Subject: [PATCH] EFL: add basic tests to clock Signed-off-by: Joe Konno --- src/efl/test_clock.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/efl/test_clock.cpp b/src/efl/test_clock.cpp index b4ef011..454c895 100644 --- a/src/efl/test_clock.cpp +++ b/src/efl/test_clock.cpp @@ -4,8 +4,15 @@ #include "window.h" #include "evasobject.h" #include "elmtestharness.h" +#include "templates.h" +// Basic suite START +EFL_RESIZE_TEST(Clock, clock, 300, 200, 200, 100) +EFL_POSITION_TEST(Clock, clock, 100, 50, 150, 100) +EFL_VISIBILITY_TEST(Clock, clock) +// Basic suite END + class ClockTimeTest : public ElmTestHarness { public: -- 2.7.4