utest: fix all failed tests and add new tests
[platform/core/uifw/libtdm.git] / utests / src / ut_common.h
index 7a6968b..f8bff5c 100644 (file)
@@ -2,7 +2,7 @@
 #define UT_COMMON_H
 #define SKIP_FLAG(FLAG) \
 do {\
-  if(!FLAG) {\
+  if(!(FLAG)) {\
         std::cout << "[  SKIPPED ]" << " not supported" << std::endl;\
         return;\
   }\