Beat Küng
6 years ago
2 changed files with 13 additions and 5 deletions
@ -1,9 +1,13 @@
@@ -1,9 +1,13 @@
|
||||
|
||||
.PHONY: all tests |
||||
.PHONY: all tests clean |
||||
all: test_mixer_multirotor |
||||
|
||||
test_mixer_multirotor: test_mixer_multirotor.cpp mixer_multirotor.cpp mixer.cpp |
||||
g++ $^ -I .. -DMIXER_MULTIROTOR_USE_MOCK_GEOMETRY -o $@
|
||||
@g++ $^ -std=c++11 -I .. -DMIXER_MULTIROTOR_USE_MOCK_GEOMETRY -o $@
|
||||
|
||||
tests: test_mixer_multirotor |
||||
python mixer_multirotor.py --test --mixer-multirotor-binary ./$^
|
||||
@echo "Testing Mixer Multirotor"
|
||||
@python mixer_multirotor.py --test --mixer-multirotor-binary ./$^
|
||||
|
||||
clean: |
||||
@rm test_mixer_multirotor
|
||||
|
Loading…
Reference in new issue