Add support for auto-coverage in Bluetooth-Agent
[platform/core/connectivity/bluetooth-agent.git] / unittest / bluetooth-agent_test.cpp
index a8e48c2..c75d20f 100644 (file)
@@ -20,7 +20,6 @@
  * @brief       Unit-tests setup
  */
 
-#include <gmock/gmock.h>
 #include <gtest/gtest.h>
 #include <unistd.h>
 #include <glib.h>
 /* pb-agent header files */
 #include "bluetooth_pb_vcard.h"
 
-using ::testing::EmptyTestEventListener;
-using ::testing::InitGoogleTest;
-using ::testing::Test;
-using ::testing::TestCase;
-using ::testing::TestEventListeners;
-using ::testing::TestInfo;
-using ::testing::TestPartResult;
-using ::testing::UnitTest;
-
 static GMainLoop *mainloop = NULL;
 
 
@@ -1274,7 +1264,7 @@ TEST(BluetoothPBAgent_test, _bt_is_sim_addressbook) {
 }
 
 int main(int argc, char **argv) {
-  InitGoogleTest(&argc, argv);
+  testing::InitGoogleTest(&argc, argv);
 
   return RUN_ALL_TESTS();
 }