This commit is contained in:
Fancy code 2024-05-11 11:31:34 +08:00
parent b305614fda
commit 9bf22417f5
2 changed files with 5 additions and 5 deletions

View File

@ -40,8 +40,5 @@ TEST_F(HuntingCameraTest, INTEGRATION_HunttingCamera_EXAMPLE_SetSdCardStatus)
HalTestTool::MockSdCardInsert(mLinuxTest); HalTestTool::MockSdCardInsert(mLinuxTest);
std::this_thread::sleep_for(std::chrono::milliseconds(100)); std::this_thread::sleep_for(std::chrono::milliseconds(100));
MainThread::GetInstance()->Runing(); MainThread::GetInstance()->Runing();
// printf("helle world\n");
// LogInfo("helle world\n");
//
} }
} // namespace AppManager_Mock_Test } // namespace AppManager_Mock_Test

View File

@ -24,8 +24,11 @@
#include <thread> #include <thread>
namespace McuManager_Mock_Test namespace McuManager_Mock_Test
{ {
// ../output_files/test/bin/HuntingCameraTest /**
// --gtest_filter=HuntingCameraTest.INTEGRATION_HunttingCamera_EXAMPLE_UartOpenSuccessButReadNothing * @brief Construct a new test f object
* ../output_files/test/bin/HuntingCameraTest
* --gtest_filter=HuntingCameraTest.INTEGRATION_HunttingCamera_EXAMPLE_UartOpenSuccessButReadNothing
*/
TEST_F(HuntingCameraTest, INTEGRATION_HunttingCamera_EXAMPLE_UartOpenSuccessButReadNothing) TEST_F(HuntingCameraTest, INTEGRATION_HunttingCamera_EXAMPLE_UartOpenSuccessButReadNothing)
{ {
// SetAllCamerasResult(mAllCamerasMock); // SetAllCamerasResult(mAllCamerasMock);