tbm_bufmgr: use tbm_module
[platform/core/uifw/libtbm.git] / haltests / tc_tbm_backend.cpp
index 4898456..060a366 100644 (file)
@@ -58,6 +58,9 @@ TEST_F(TBMBackend, BufmgrInitDeinit)
        tbm_bufmgr_deinit(bufmgr);
 }
 
+// TODO: Checking the mandatory symbols of the backend module has to be done
+//       at hal-tbm-api or at the tbm_module of libtbm.
+#if 0
 // backend symbol check
 TEST_F(TBMBackend, BufmgrCheckSymbols)
 {
@@ -120,6 +123,7 @@ TEST_F(TBMBackend, BufmgrCheckSymbols)
        tbm_bufmgr_deinit(bufmgr);
        ASSERT_TRUE(tbm_bufmgr_debug_get_ref_count() == 0);
 }
+#endif
 
 // bo_alloc, bo_free, bo_size test
 TEST_F(TBMBackend, BufmgrBindNativeDisplay)