EFL: Add templated tests to checkbox control
authorJoe Konno <joe.konno@intel.com>
Fri, 20 Jul 2012 01:45:40 +0000 (18:45 -0700)
committerJoe Konno <joe.konno@intel.com>
Fri, 20 Jul 2012 01:45:40 +0000 (18:45 -0700)
Signed-off-by: Joe Konno <joe.konno@intel.com>
src/efl/test_check.cpp

index 3ae6d34..05de009 100644 (file)
@@ -4,7 +4,13 @@
 #include "window.h"
 #include "evasobject.h"
 #include "elmtestharness.h"
+#include "templates.h"
 
+// Basic suite START
+EFL_RESIZE_TEST(Check, check, 300, 200, 200, 100)
+EFL_POSITION_TEST(Check, check, 100, 50, 150, 100)
+EFL_VISIBILITY_TEST(Check, check)
+// Basic suite END
 
 class CheckStateTest : public ElmTestHarness
 {