From 213f08ee07c57d4781002cefe797f7ce9e9fd561 Mon Sep 17 00:00:00 2001 From: Thomas Gubler Date: Tue, 6 Jan 2015 23:52:04 +0100 Subject: [PATCH] generate uorb topic headers for tests make target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 37ba35feda..859eca0cea 100644 --- a/Makefile +++ b/Makefile @@ -255,6 +255,7 @@ testbuild: # unit tests. .PHONY: tests tests: + $(Q) $(MAKE) generateuorbtopicheaders $(Q) (cd $(PX4_BASE)/unittests && $(MAKE) unittests) #