2 changed files with 9 additions and 6 deletions
@ -1,12 +1,12 @@
@@ -1,12 +1,12 @@
|
||||
#include <systemlib/mixer/mixer.h> |
||||
#include <systemlib/err.h> |
||||
|
||||
extern int test_mixer(int argc, char *argv[]); |
||||
#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"}; |
||||
char* args[] = {argv[0], "../../ROMFS/px4fmu_common/mixers/IO_pass.mix", |
||||
"../../ROMFS/px4fmu_common/mixers/FMU_quad_w.mix"}; |
||||
|
||||
test_mixer(2, args); |
||||
test_mixer(3, args); |
||||
} |
Loading…
Reference in new issue