Skip to content
Snippets Groups Projects
Commit d94748c8 authored by Julian Oes's avatar Julian Oes
Browse files

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.
parent 547dd851
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment