aboutsummaryrefslogtreecommitdiff
path: root/Tools/tests-host/mixer_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/tests-host/mixer_test.cpp')
-rw-r--r--Tools/tests-host/mixer_test.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/Tools/tests-host/mixer_test.cpp b/Tools/tests-host/mixer_test.cpp
new file mode 100644
index 000000000..5d92040f1
--- /dev/null
+++ b/Tools/tests-host/mixer_test.cpp
@@ -0,0 +1,12 @@
+#include <systemlib/mixer/mixer.h>
+#include <systemlib/err.h>
+
+extern int test_mixer(int argc, char *argv[]);
+
+int main(int argc, char *argv[]) {
+ warnx("Host execution started");
+
+ char* args[] = {argv[0], "../../ROMFS/px4fmu_common/mixers/IO_pass.mix"};
+
+ test_mixer(2, args);
+} \ No newline at end of file