EFL: add basic tests to clock
authorJoe Konno <joe.konno@intel.com>
Fri, 20 Jul 2012 17:39:38 +0000 (10:39 -0700)
committerJoe Konno <joe.konno@intel.com>
Fri, 20 Jul 2012 17:39:38 +0000 (10:39 -0700)
Signed-off-by: Joe Konno <joe.konno@intel.com>
src/efl/test_clock.cpp

index b4ef011..454c895 100644 (file)
@@ -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: