generate uorb topic headers for tests make target

This commit is contained in:
Thomas Gubler
2015-01-06 23:52:04 +01:00
parent f37fdd95af
commit 213f08ee07
+1
View File
@@ -255,6 +255,7 @@ testbuild:
# unit tests.
.PHONY: tests
tests:
$(Q) $(MAKE) generateuorbtopicheaders
$(Q) (cd $(PX4_BASE)/unittests && $(MAKE) unittests)
#