mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-19 11:33:51 +01:00
tests: move nimble_* tests to tests/pkg
This commit is contained in:
parent
4af0376c18
commit
f77e7c80c4
@ -1,5 +1,5 @@
|
|||||||
BOARD ?= nrf52dk
|
BOARD ?= nrf52dk
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.pkg_common
|
||||||
|
|
||||||
# include shell support
|
# include shell support
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
@ -1,5 +1,5 @@
|
|||||||
BOARD ?= nrf52dk
|
BOARD ?= nrf52dk
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.pkg_common
|
||||||
|
|
||||||
# include shell support
|
# include shell support
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
@ -1,5 +1,5 @@
|
|||||||
BOARD ?= nrf52dk
|
BOARD ?= nrf52dk
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.pkg_common
|
||||||
|
|
||||||
# include shell support
|
# include shell support
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
@ -1,4 +1,4 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.pkg_common
|
||||||
|
|
||||||
# If no BOARD is found in the environment, use this default:
|
# If no BOARD is found in the environment, use this default:
|
||||||
BOARD ?= esp32-wroom-32
|
BOARD ?= esp32-wroom-32
|
||||||
@ -1,5 +1,5 @@
|
|||||||
BOARD ?= nrf52840dk
|
BOARD ?= nrf52840dk
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.pkg_common
|
||||||
|
|
||||||
# we want shell support
|
# we want shell support
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
@ -2,7 +2,7 @@
|
|||||||
BOARD ?= nrf52dk
|
BOARD ?= nrf52dk
|
||||||
|
|
||||||
# load the default test environment
|
# load the default test environment
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.pkg_common
|
||||||
|
|
||||||
# RIOT modules used in for this test
|
# RIOT modules used in for this test
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
@ -12,7 +12,7 @@ USEMODULE += ps
|
|||||||
USEMODULE += bluetil_ad
|
USEMODULE += bluetil_ad
|
||||||
|
|
||||||
# Get the shared NimBLE and test configuration from the backend server
|
# Get the shared NimBLE and test configuration from the backend server
|
||||||
include $(RIOTBASE)/tests/nimble_l2cap_server/nimble.inc.mk
|
include $(RIOTBASE)/tests/pkg/nimble_l2cap_server/nimble.inc.mk
|
||||||
|
|
||||||
# Comment this out to disable code in RIOT that does safety checking
|
# Comment this out to disable code in RIOT that does safety checking
|
||||||
# which is not needed in a production environment but helps in the
|
# which is not needed in a production environment but helps in the
|
||||||
@ -2,14 +2,14 @@
|
|||||||
BOARD ?= nrf52dk
|
BOARD ?= nrf52dk
|
||||||
|
|
||||||
# load the default test environment
|
# load the default test environment
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.pkg_common
|
||||||
|
|
||||||
# RIOT modules used in for this test
|
# RIOT modules used in for this test
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
USEMODULE += bluetil_ad
|
USEMODULE += bluetil_ad
|
||||||
|
|
||||||
# Get the shared NimBLE and test configuration from the backend server
|
# Get the shared NimBLE and test configuration from the backend server
|
||||||
include $(RIOTBASE)/tests/nimble_l2cap_server/nimble.inc.mk
|
include $(RIOTBASE)/tests/pkg/nimble_l2cap_server/nimble.inc.mk
|
||||||
|
|
||||||
# Comment this out to disable code in RIOT that does safety checking
|
# Comment this out to disable code in RIOT that does safety checking
|
||||||
# which is not needed in a production environment but helps in the
|
# which is not needed in a production environment but helps in the
|
||||||
@ -43,4 +43,4 @@ CFLAGS += -DMYNEWT_VAL_BLE_L2CAP_COC_MPS=MYNEWT_VAL_BLE_LL_MAX_PKT_SIZE
|
|||||||
CFLAGS += -DMYNEWT_VAL_MSYS_1_BLOCK_COUNT=$(MSYS_CNT)
|
CFLAGS += -DMYNEWT_VAL_MSYS_1_BLOCK_COUNT=$(MSYS_CNT)
|
||||||
CFLAGS += -DMYNEWT_VAL_MSYS_1_BLOCK_SIZE="(MYNEWT_VAL_BLE_L2CAP_COC_MPS + 48)"
|
CFLAGS += -DMYNEWT_VAL_MSYS_1_BLOCK_SIZE="(MYNEWT_VAL_BLE_L2CAP_COC_MPS + 48)"
|
||||||
|
|
||||||
INCLUDES += -I$(RIOTBASE)/tests/nimble_l2cap_server/include
|
INCLUDES += -I$(RIOTBASE)/tests/pkg/nimble_l2cap_server/include
|
||||||
@ -1,5 +1,5 @@
|
|||||||
BOARD ?= nrf52dk
|
BOARD ?= nrf52dk
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.pkg_common
|
||||||
|
|
||||||
# include shell support
|
# include shell support
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
@ -1,5 +1,5 @@
|
|||||||
BOARD ?= nrf52dk
|
BOARD ?= nrf52dk
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.pkg_common
|
||||||
|
|
||||||
# include shell support
|
# include shell support
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
@ -1,5 +1,5 @@
|
|||||||
BOARD ?= nrf52dk
|
BOARD ?= nrf52dk
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.pkg_common
|
||||||
|
|
||||||
# include shell support
|
# include shell support
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
@ -1,5 +1,5 @@
|
|||||||
BOARD ?= nrf52dk
|
BOARD ?= nrf52dk
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.pkg_common
|
||||||
|
|
||||||
# include shell support
|
# include shell support
|
||||||
USEMODULE += shell_cmds_default
|
USEMODULE += shell_cmds_default
|
||||||
@ -1,5 +1,5 @@
|
|||||||
BOARD ?= nrf52dk
|
BOARD ?= nrf52dk
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.pkg_common
|
||||||
|
|
||||||
# include shell support
|
# include shell support
|
||||||
USEMODULE += shell_cmds_default
|
USEMODULE += shell_cmds_default
|
||||||
Loading…
x
Reference in New Issue
Block a user