You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
356 B
14 lines
356 B
#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); |
|
} |