mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00:00
Do a single setup of uORB/Parameters instead of once every test
This commit is contained in:
@@ -41,16 +41,9 @@
|
||||
class ParameterTest : public ::testing::Test
|
||||
{
|
||||
public:
|
||||
void SetUp() override
|
||||
{
|
||||
uORB::Manager::initialize();
|
||||
param_init();
|
||||
}
|
||||
|
||||
void TearDown() override
|
||||
{
|
||||
param_reset_all();
|
||||
uORB::Manager::terminate();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user