1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-19 19:43:52 +01:00

tests: move nimble_* tests to tests/pkg

This commit is contained in:
Alexandre Abadie 2023-05-12 10:18:00 +02:00
parent 4af0376c18
commit f77e7c80c4
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
40 changed files with 15 additions and 15 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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