Browse Source

Makefile: use px4_sitl_test board for `make tests`

This means that we can use the normal host scheduling (not lockstep) for
the unit tests.

In the future we might add unit tests using lockstep as well.
sbg
Julian Oes 6 years ago
parent
commit
d94748c831
  1. 2
      Makefile

2
Makefile

@ -329,7 +329,7 @@ test_mixer_multirotor: @@ -329,7 +329,7 @@ test_mixer_multirotor:
@$(MAKE) -C "$(SRC_DIR)"/src/lib/mixer --no-print-directory tests
tests: test_mixer_multirotor
@$(MAKE) --no-print-directory px4_sitl_default test_results \
@$(MAKE) --no-print-directory px4_sitl_test test_results \
ASAN_OPTIONS="color=always:check_initialization_order=1:detect_stack_use_after_return=1" \
UBSAN_OPTIONS="color=always"

Loading…
Cancel
Save