move sf0x_test to cmake and remove unittests/Makefile

This commit is contained in:
Daniel Agar
2015-01-05 18:55:38 -05:00
parent 322362d5e0
commit bd130ec397
3 changed files with 8 additions and 68 deletions
+1 -1
View File
@@ -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