aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Agar <daniel@agar.ca>2015-01-05 18:55:38 -0500
committerDaniel Agar <daniel@agar.ca>2015-01-05 18:55:38 -0500
commitbd130ec397bea54d28643d6331384fd8a0438f0a (patch)
tree006032343e184997638c6bf052c20164a0a64a98 /Makefile
parent322362d5e0adac332c1fab968831f0569460afd5 (diff)
downloadpx4-firmware-bd130ec397bea54d28643d6331384fd8a0438f0a.tar.gz
px4-firmware-bd130ec397bea54d28643d6331384fd8a0438f0a.tar.bz2
px4-firmware-bd130ec397bea54d28643d6331384fd8a0438f0a.zip
move sf0x_test to cmake and remove unittests/Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 905a60a3b..64c468d31 100644
--- a/Makefile
+++ b/Makefile
@@ -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