aboutsummaryrefslogtreecommitdiff
path: root/Tools/tests-host/mixer_test.cpp
blob: e311617f96f15c8af2867fd1ff96e2cb3feb66c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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);
}