use gmock intead of gtest
[platform/core/uifw/libtbm.git] / haltests / tc_tbm.h
index 7393f8d..801847e 100644 (file)
@@ -35,7 +35,7 @@
 #include <list>
 #include <climits>
 #include <pthread.h>
-#include <gtest/gtest.h>
+#include <gmock/gmock.h>
 #include <stdlib.h>
 #include <tbm_bufmgr_int.h>
 #include <wayland-server-protocol.h>
@@ -91,7 +91,7 @@ using ::testing::Bool;
 using ::testing::Values;
 using ::testing::Combine;
 
-class TBMEnv : public TestWithParam< ::testing::tuple<bool, bool, const char*> >
+class TBMEnv : public TestWithParam< std::tuple<bool, bool, const char*> >
 {
 public:
        void SetUp(void);