mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 01:17:51 +08:00
move sf0x_test to cmake and remove unittests/Makefile
This commit is contained in:
@@ -236,7 +236,7 @@ testbuild:
|
||||
# unit tests.
|
||||
.PHONY: tests
|
||||
tests:
|
||||
$(Q) (cd $(PX4_BASE)/unittests && $(MAKE) unittests)
|
||||
$(Q) (mkdir -p $(PX4_BASE)/unittests/build && cd $(PX4_BASE)/unittests/build && cmake .. && $(MAKE) unittests)
|
||||
|
||||
#
|
||||
# Cleanup targets. 'clean' should remove all built products and force
|
||||
|
||||
Reference in New Issue
Block a user