Browse Source

fix merge error of tests target change

sbg
Thomas Gubler 10 years ago
parent
commit
143ff444e4
  1. 4
      Makefile

4
Makefile

@ -251,9 +251,7 @@ testbuild: @@ -251,9 +251,7 @@ testbuild:
# Unittest targets. Builds and runs the host-level
# unit tests.
.PHONY: tests
tests:
$(Q) $(MAKE) generateuorbtopicheaders
$(Q) (cd $(PX4_BASE)/unittests && $(MAKE) unittests)
tests: generateuorbtopicheaders
$(Q) (mkdir -p $(PX4_BASE)/unittests/build && cd $(PX4_BASE)/unittests/build && cmake .. && $(MAKE) unittests)
#

Loading…
Cancel
Save