mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
Merge pull request #2813 from unitware/bf-test-cleanup
major refactor of the unit test makefile
This commit is contained in:
commit
42509ee139
3 changed files with 232 additions and 1004 deletions
9
Makefile
9
Makefile
|
@ -37,10 +37,6 @@ SERIAL_DEVICE ?= $(firstword $(wildcard /dev/ttyUSB*) no-port-found)
|
|||
# Flash size (KB). Some low-end chips actually have more flash than advertised, use this to override.
|
||||
FLASH_SIZE ?=
|
||||
|
||||
## V : Set verbosity level based on the V= parameter
|
||||
## V=0 Low
|
||||
## V=1 High
|
||||
include build_verbosity.mk
|
||||
|
||||
###############################################################################
|
||||
# Things that need to be maintained as the source changes
|
||||
|
@ -58,6 +54,11 @@ INCLUDE_DIRS = $(SRC_DIR) \
|
|||
$(ROOT)/src/main/target
|
||||
LINKER_DIR = $(ROOT)/src/main/target/link
|
||||
|
||||
## V : Set verbosity level based on the V= parameter
|
||||
## V=0 Low
|
||||
## V=1 High
|
||||
include $(ROOT)/make/build_verbosity.mk
|
||||
|
||||
# Build tools, so we all share the same versions
|
||||
# import macros common to all supported build systems
|
||||
include $(ROOT)/make/system-id.mk
|
||||
|
|
1227
src/test/Makefile
1227
src/test/Makefile
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue