tbm_module: add tbm_module_bo_exportd_key and use it
[platform/core/uifw/libtbm.git] / haltests / tc_tbm.h
index f4e05dd..21b703d 100644 (file)
 }
 
 #define TBM_UT_DUMP_DIR            "/tmp/tbm_dump"
-#define UT_TBM_INVALID_VALUE       -42
+#define TBM_UT_INVALID_VALUE       -42
 #define TBM_UT_INVALID_UINT_VALUE  99999
-#define UT_TBM_BO_SIZE             1024
-#define UT_TBM_SURFACE_QUEUE_SIZE  4
+#define TBM_UT_BO_SIZE             1024
+#define TBM_UT_SURFACE_QUEUE_SIZE  4
 
 using ::testing::TestWithParam;
 using ::testing::Bool;