mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Testing: Clean up unit_test target because test_results does all tests now
This commit is contained in:
8
Makefile
8
Makefile
@@ -340,15 +340,9 @@ format:
|
||||
|
||||
# Testing
|
||||
# --------------------------------------------------------------------
|
||||
.PHONY: tests tests_coverage tests_mission tests_mission_coverage tests_offboard tests_avoidance unit_test
|
||||
.PHONY: tests tests_coverage tests_mission tests_mission_coverage tests_offboard tests_avoidance
|
||||
.PHONY: rostest python_coverage
|
||||
|
||||
unit_test:
|
||||
$(eval CMAKE_ARGS += -DCMAKE_TESTING=ON)
|
||||
$(eval CMAKE_ARGS += -DCONFIG=px4_sitl_test)
|
||||
$(eval ARGS += unit_test)
|
||||
$(call cmake-build,px4_sitl_test)
|
||||
|
||||
tests:
|
||||
$(eval CMAKE_ARGS += -DCMAKE_TESTING=ON)
|
||||
$(eval CMAKE_ARGS += -DCONFIG=px4_sitl_test)
|
||||
|
||||
Reference in New Issue
Block a user