mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests: move build system applications to tests/build_system
This commit is contained in:
parent
9af8b9d763
commit
2d241112e6
2
tests/build_system/Makefile.build_system_common
Normal file
2
tests/build_system/Makefile.build_system_common
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
RIOTBASE ?= $(CURDIR)/../../..
|
||||||
|
include $(CURDIR)/../../Makefile.tests_common
|
@ -1,4 +1,4 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.build_system_common
|
||||||
|
|
||||||
USEMODULE += fmt
|
USEMODULE += fmt
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.build_system_common
|
||||||
CFLAGS += -DSUPER_STRING='"I love sentences with spaces"'
|
CFLAGS += -DSUPER_STRING='"I love sentences with spaces"'
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
@ -1,5 +1,5 @@
|
|||||||
BOARD ?= samr21-xpro
|
BOARD ?= samr21-xpro
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.build_system_common
|
||||||
|
|
||||||
|
|
||||||
# Normally all boards using `cortexm_common/ldscripts/cortexm.ld` linkerscript
|
# Normally all boards using `cortexm_common/ldscripts/cortexm.ld` linkerscript
|
@ -1,4 +1,4 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.build_system_common
|
||||||
|
|
||||||
FEATURES_REQUIRED += cpp libstdcpp
|
FEATURES_REQUIRED += cpp libstdcpp
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.build_system_common
|
||||||
|
|
||||||
FEATURES_REQUIRED += cpp libstdcpp
|
FEATURES_REQUIRED += cpp libstdcpp
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.build_system_common
|
||||||
|
|
||||||
# Require arch_native feature so this is not compiled for other boards in
|
# Require arch_native feature so this is not compiled for other boards in
|
||||||
# $(RIOTBOARD)/
|
# $(RIOTBOARD)/
|
@ -1,5 +1,5 @@
|
|||||||
APPLICATION = external_board
|
APPLICATION = external_board
|
||||||
RIOTBASE ?= $(CURDIR)/../../
|
RIOTBASE ?= $(CURDIR)/../../../
|
||||||
|
|
||||||
# Only support this board
|
# Only support this board
|
||||||
# No need for a `WHITELIST` as there is only one board in `external_boards`.
|
# No need for a `WHITELIST` as there is only one board in `external_boards`.
|
@ -1,4 +1,4 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.build_system_common
|
||||||
USEMODULE += random
|
USEMODULE += random
|
||||||
|
|
||||||
USEMODULE += external_module
|
USEMODULE += external_module
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user