aboutsummaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorAnton Matosov <anton.matosov@gmail.com>2015-01-05 12:37:05 +0200
committerAnton Matosov <anton.matosov@gmail.com>2015-01-05 12:37:05 +0200
commit1bc6c44a0e30059620bc5fec85c5d096cd911df0 (patch)
tree731b2d847405d1f2fcfdd0f6732d7b11aa15ad27 /unittests
parent21b45ae86b1525e052ea9b37e78c960498a95c72 (diff)
downloadpx4-firmware-1bc6c44a0e30059620bc5fec85c5d096cd911df0.tar.gz
px4-firmware-1bc6c44a0e30059620bc5fec85c5d096cd911df0.tar.bz2
px4-firmware-1bc6c44a0e30059620bc5fec85c5d096cd911df0.zip
Fixed compilation of tests target in clean checkout
Moved mixer_multirotor.generated.h generation to the standalone makefile to prevent copypaste
Diffstat (limited to 'unittests')
-rw-r--r--unittests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/unittests/Makefile b/unittests/Makefile
index 7846638d4..719db2ca2 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -53,6 +53,8 @@ MIXER_FILES=../src/systemcmds/tests/test_mixer.cpp \
hrt.cpp \
mixer_test.cpp
+include ../src/modules/systemlib/mixer/multi_tables.mk
+
SBUS2_FILES=../src/modules/px4iofirmware/sbus.c \
hrt.cpp \
sbus2_test.cpp