mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 09:13:32 +08:00
move mixer_test and conversion_test to gtest
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include <systemlib/mixer/mixer.h>
|
||||
#include <systemlib/err.h>
|
||||
#include "../../src/systemcmds/tests/tests.h"
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
TEST(ConversionTest, FMU_quad_w) {
|
||||
ASSERT_EQ(test_conv(0, NULL), 0) << "Conversion test failed";
|
||||
}
|
||||
Reference in New Issue
Block a user