aboutsummaryrefslogtreecommitdiff
path: root/unittests/conversion_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/conversion_test.cpp')
-rw-r--r--unittests/conversion_test.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/unittests/conversion_test.cpp b/unittests/conversion_test.cpp
new file mode 100644
index 000000000..99e1c7721
--- /dev/null
+++ b/unittests/conversion_test.cpp
@@ -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";
+}