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.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/Tools/tests-host/mixer_test.cpp b/Tools/tests-host/mixer_test.cpp
deleted file mode 100644
index 06499afd0..000000000
--- a/Tools/tests-host/mixer_test.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <systemlib/mixer/mixer.h>
-#include <systemlib/err.h>
-#include "../../src/systemcmds/tests/tests.h"
-
-int main(int argc, char *argv[]) {
- warnx("Host execution started");
-
- char* args[] = {argv[0], "../../ROMFS/px4fmu_common/mixers/IO_pass.mix",
- "../../ROMFS/px4fmu_common/mixers/FMU_quad_w.mix"};
-
- test_mixer(3, args);
-
- test_conv(1, args);
-}