mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-01-06 10:16:51 -05:00
Backup.
This commit is contained in:
parent
b305614fda
commit
9bf22417f5
|
@ -40,8 +40,5 @@ TEST_F(HuntingCameraTest, INTEGRATION_HunttingCamera_EXAMPLE_SetSdCardStatus)
|
|||
HalTestTool::MockSdCardInsert(mLinuxTest);
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(100));
|
||||
MainThread::GetInstance()->Runing();
|
||||
// printf("helle world\n");
|
||||
// LogInfo("helle world\n");
|
||||
//
|
||||
}
|
||||
} // namespace AppManager_Mock_Test
|
|
@ -24,8 +24,11 @@
|
|||
#include <thread>
|
||||
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)
|
||||
{
|
||||
// SetAllCamerasResult(mAllCamerasMock);
|
||||
|
|
Loading…
Reference in New Issue
Block a user