From c82e7d6ae912eb3a163bc13a1e407e5a67b2c45a Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sat, 12 Mar 2016 15:26:28 -0500 Subject: [PATCH] make check build everything and run tests --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index bc252e72cf..55e3ebbf22 100644 --- a/Makefile +++ b/Makefile @@ -198,9 +198,7 @@ uavcan_firmware: check_format: @./Tools/check_code_style.sh -check: - check_format - tests +check: px4fmu-v1_default px4fmu-v2_default px4fmu-v4_default px4-stm32f4discovery_default check_format tests tests: posix_sitl_default @(cd unittests && ./run_tests.sh)