diff --git a/tests/lwip/Makefile b/tests/pkg/lwip/Makefile similarity index 96% rename from tests/lwip/Makefile rename to tests/pkg/lwip/Makefile index 24de0e8c92..15cb30e1c0 100644 --- a/tests/lwip/Makefile +++ b/tests/pkg/lwip/Makefile @@ -1,4 +1,4 @@ -include ../Makefile.tests_common +include ../Makefile.pkg_common LWIP_IPV4 ?= 0 LWIP_IPV6 ?= 1 diff --git a/tests/lwip/Makefile.ci b/tests/pkg/lwip/Makefile.ci similarity index 100% rename from tests/lwip/Makefile.ci rename to tests/pkg/lwip/Makefile.ci diff --git a/tests/lwip/common.c b/tests/pkg/lwip/common.c similarity index 100% rename from tests/lwip/common.c rename to tests/pkg/lwip/common.c diff --git a/tests/lwip/common.h b/tests/pkg/lwip/common.h similarity index 100% rename from tests/lwip/common.h rename to tests/pkg/lwip/common.h diff --git a/tests/lwip/ip.c b/tests/pkg/lwip/ip.c similarity index 100% rename from tests/lwip/ip.c rename to tests/pkg/lwip/ip.c diff --git a/tests/lwip/main.c b/tests/pkg/lwip/main.c similarity index 100% rename from tests/lwip/main.c rename to tests/pkg/lwip/main.c diff --git a/tests/lwip/tcp.c b/tests/pkg/lwip/tcp.c similarity index 100% rename from tests/lwip/tcp.c rename to tests/pkg/lwip/tcp.c diff --git a/tests/lwip/tests/01-run.py b/tests/pkg/lwip/tests/01-run.py similarity index 100% rename from tests/lwip/tests/01-run.py rename to tests/pkg/lwip/tests/01-run.py diff --git a/tests/lwip/udp.c b/tests/pkg/lwip/udp.c similarity index 100% rename from tests/lwip/udp.c rename to tests/pkg/lwip/udp.c diff --git a/tests/lwip_sock_ip/Makefile b/tests/pkg/lwip_sock_ip/Makefile similarity index 95% rename from tests/lwip_sock_ip/Makefile rename to tests/pkg/lwip_sock_ip/Makefile index 2dc9551cd1..7c3ca41fd2 100644 --- a/tests/lwip_sock_ip/Makefile +++ b/tests/pkg/lwip_sock_ip/Makefile @@ -1,4 +1,4 @@ -include ../Makefile.tests_common +include ../Makefile.pkg_common LWIP_IPV4 ?= 0 LWIP_IPV6 ?= 1 diff --git a/tests/lwip_sock_ip/Makefile.ci b/tests/pkg/lwip_sock_ip/Makefile.ci similarity index 100% rename from tests/lwip_sock_ip/Makefile.ci rename to tests/pkg/lwip_sock_ip/Makefile.ci diff --git a/tests/lwip_sock_ip/README.md b/tests/pkg/lwip_sock_ip/README.md similarity index 100% rename from tests/lwip_sock_ip/README.md rename to tests/pkg/lwip_sock_ip/README.md diff --git a/tests/lwip_sock_ip/constants.h b/tests/pkg/lwip_sock_ip/constants.h similarity index 100% rename from tests/lwip_sock_ip/constants.h rename to tests/pkg/lwip_sock_ip/constants.h diff --git a/tests/lwip_sock_ip/main.c b/tests/pkg/lwip_sock_ip/main.c similarity index 100% rename from tests/lwip_sock_ip/main.c rename to tests/pkg/lwip_sock_ip/main.c diff --git a/tests/lwip_sock_ip/stack.c b/tests/pkg/lwip_sock_ip/stack.c similarity index 100% rename from tests/lwip_sock_ip/stack.c rename to tests/pkg/lwip_sock_ip/stack.c diff --git a/tests/lwip_sock_ip/stack.h b/tests/pkg/lwip_sock_ip/stack.h similarity index 100% rename from tests/lwip_sock_ip/stack.h rename to tests/pkg/lwip_sock_ip/stack.h diff --git a/tests/lwip_sock_ip/tests/01-run.py b/tests/pkg/lwip_sock_ip/tests/01-run.py similarity index 100% rename from tests/lwip_sock_ip/tests/01-run.py rename to tests/pkg/lwip_sock_ip/tests/01-run.py diff --git a/tests/lwip_sock_tcp/Makefile b/tests/pkg/lwip_sock_tcp/Makefile similarity index 95% rename from tests/lwip_sock_tcp/Makefile rename to tests/pkg/lwip_sock_tcp/Makefile index c5dd423df7..0454f9cc76 100644 --- a/tests/lwip_sock_tcp/Makefile +++ b/tests/pkg/lwip_sock_tcp/Makefile @@ -1,4 +1,4 @@ -include ../Makefile.tests_common +include ../Makefile.pkg_common LWIP_IPV4 ?= 0 LWIP_IPV6 ?= 1 diff --git a/tests/lwip_sock_tcp/Makefile.ci b/tests/pkg/lwip_sock_tcp/Makefile.ci similarity index 100% rename from tests/lwip_sock_tcp/Makefile.ci rename to tests/pkg/lwip_sock_tcp/Makefile.ci diff --git a/tests/lwip_sock_tcp/README.md b/tests/pkg/lwip_sock_tcp/README.md similarity index 100% rename from tests/lwip_sock_tcp/README.md rename to tests/pkg/lwip_sock_tcp/README.md diff --git a/tests/lwip_sock_tcp/constants.h b/tests/pkg/lwip_sock_tcp/constants.h similarity index 100% rename from tests/lwip_sock_tcp/constants.h rename to tests/pkg/lwip_sock_tcp/constants.h diff --git a/tests/lwip_sock_tcp/main.c b/tests/pkg/lwip_sock_tcp/main.c similarity index 100% rename from tests/lwip_sock_tcp/main.c rename to tests/pkg/lwip_sock_tcp/main.c diff --git a/tests/lwip_sock_tcp/stack.c b/tests/pkg/lwip_sock_tcp/stack.c similarity index 100% rename from tests/lwip_sock_tcp/stack.c rename to tests/pkg/lwip_sock_tcp/stack.c diff --git a/tests/lwip_sock_tcp/stack.h b/tests/pkg/lwip_sock_tcp/stack.h similarity index 100% rename from tests/lwip_sock_tcp/stack.h rename to tests/pkg/lwip_sock_tcp/stack.h diff --git a/tests/lwip_sock_tcp/tests/01-run.py b/tests/pkg/lwip_sock_tcp/tests/01-run.py similarity index 100% rename from tests/lwip_sock_tcp/tests/01-run.py rename to tests/pkg/lwip_sock_tcp/tests/01-run.py diff --git a/tests/lwip_sock_udp/Makefile b/tests/pkg/lwip_sock_udp/Makefile similarity index 95% rename from tests/lwip_sock_udp/Makefile rename to tests/pkg/lwip_sock_udp/Makefile index 94cf7bd1f8..0712df9d69 100644 --- a/tests/lwip_sock_udp/Makefile +++ b/tests/pkg/lwip_sock_udp/Makefile @@ -1,4 +1,4 @@ -include ../Makefile.tests_common +include ../Makefile.pkg_common LWIP_IPV4 ?= 0 LWIP_IPV6 ?= 1 diff --git a/tests/lwip_sock_udp/Makefile.ci b/tests/pkg/lwip_sock_udp/Makefile.ci similarity index 100% rename from tests/lwip_sock_udp/Makefile.ci rename to tests/pkg/lwip_sock_udp/Makefile.ci diff --git a/tests/lwip_sock_udp/README.md b/tests/pkg/lwip_sock_udp/README.md similarity index 100% rename from tests/lwip_sock_udp/README.md rename to tests/pkg/lwip_sock_udp/README.md diff --git a/tests/lwip_sock_udp/constants.h b/tests/pkg/lwip_sock_udp/constants.h similarity index 100% rename from tests/lwip_sock_udp/constants.h rename to tests/pkg/lwip_sock_udp/constants.h diff --git a/tests/lwip_sock_udp/main.c b/tests/pkg/lwip_sock_udp/main.c similarity index 100% rename from tests/lwip_sock_udp/main.c rename to tests/pkg/lwip_sock_udp/main.c diff --git a/tests/lwip_sock_udp/stack.c b/tests/pkg/lwip_sock_udp/stack.c similarity index 100% rename from tests/lwip_sock_udp/stack.c rename to tests/pkg/lwip_sock_udp/stack.c diff --git a/tests/lwip_sock_udp/stack.h b/tests/pkg/lwip_sock_udp/stack.h similarity index 100% rename from tests/lwip_sock_udp/stack.h rename to tests/pkg/lwip_sock_udp/stack.h diff --git a/tests/lwip_sock_udp/tests/01-run.py b/tests/pkg/lwip_sock_udp/tests/01-run.py similarity index 100% rename from tests/lwip_sock_udp/tests/01-run.py rename to tests/pkg/lwip_sock_udp/tests/01-run.py diff --git a/tests/nimble_autoconn_ccnl/Makefile b/tests/pkg/nimble_autoconn_ccnl/Makefile similarity index 94% rename from tests/nimble_autoconn_ccnl/Makefile rename to tests/pkg/nimble_autoconn_ccnl/Makefile index 2e3cd7980d..c2d44a77aa 100644 --- a/tests/nimble_autoconn_ccnl/Makefile +++ b/tests/pkg/nimble_autoconn_ccnl/Makefile @@ -1,5 +1,5 @@ BOARD ?= nrf52dk -include ../Makefile.tests_common +include ../Makefile.pkg_common # include shell support USEMODULE += shell diff --git a/tests/nimble_autoconn_ccnl/Makefile.ci b/tests/pkg/nimble_autoconn_ccnl/Makefile.ci similarity index 100% rename from tests/nimble_autoconn_ccnl/Makefile.ci rename to tests/pkg/nimble_autoconn_ccnl/Makefile.ci diff --git a/tests/nimble_autoconn_ccnl/main.c b/tests/pkg/nimble_autoconn_ccnl/main.c similarity index 100% rename from tests/nimble_autoconn_ccnl/main.c rename to tests/pkg/nimble_autoconn_ccnl/main.c diff --git a/tests/nimble_autoconn_gnrc/Makefile b/tests/pkg/nimble_autoconn_gnrc/Makefile similarity index 92% rename from tests/nimble_autoconn_gnrc/Makefile rename to tests/pkg/nimble_autoconn_gnrc/Makefile index f0147fd783..448b47ca33 100644 --- a/tests/nimble_autoconn_gnrc/Makefile +++ b/tests/pkg/nimble_autoconn_gnrc/Makefile @@ -1,5 +1,5 @@ BOARD ?= nrf52dk -include ../Makefile.tests_common +include ../Makefile.pkg_common # include shell support USEMODULE += shell diff --git a/tests/nimble_autoconn_gnrc/Makefile.ci b/tests/pkg/nimble_autoconn_gnrc/Makefile.ci similarity index 100% rename from tests/nimble_autoconn_gnrc/Makefile.ci rename to tests/pkg/nimble_autoconn_gnrc/Makefile.ci diff --git a/tests/nimble_autoconn_gnrc/main.c b/tests/pkg/nimble_autoconn_gnrc/main.c similarity index 100% rename from tests/nimble_autoconn_gnrc/main.c rename to tests/pkg/nimble_autoconn_gnrc/main.c diff --git a/tests/nimble_autoconn_gnrc_ext/Makefile b/tests/pkg/nimble_autoconn_gnrc_ext/Makefile similarity index 94% rename from tests/nimble_autoconn_gnrc_ext/Makefile rename to tests/pkg/nimble_autoconn_gnrc_ext/Makefile index 33b08364cc..d435f6590b 100644 --- a/tests/nimble_autoconn_gnrc_ext/Makefile +++ b/tests/pkg/nimble_autoconn_gnrc_ext/Makefile @@ -1,5 +1,5 @@ BOARD ?= nrf52dk -include ../Makefile.tests_common +include ../Makefile.pkg_common # include shell support USEMODULE += shell diff --git a/tests/nimble_autoconn_gnrc_ext/Makefile.ci b/tests/pkg/nimble_autoconn_gnrc_ext/Makefile.ci similarity index 100% rename from tests/nimble_autoconn_gnrc_ext/Makefile.ci rename to tests/pkg/nimble_autoconn_gnrc_ext/Makefile.ci diff --git a/tests/nimble_autoconn_gnrc_ext/main.c b/tests/pkg/nimble_autoconn_gnrc_ext/main.c similarity index 100% rename from tests/nimble_autoconn_gnrc_ext/main.c rename to tests/pkg/nimble_autoconn_gnrc_ext/main.c diff --git a/tests/nimble_esp_wifi_coexist/Makefile b/tests/pkg/nimble_esp_wifi_coexist/Makefile similarity index 98% rename from tests/nimble_esp_wifi_coexist/Makefile rename to tests/pkg/nimble_esp_wifi_coexist/Makefile index ba01f6e7bf..3e16bcd58b 100644 --- a/tests/nimble_esp_wifi_coexist/Makefile +++ b/tests/pkg/nimble_esp_wifi_coexist/Makefile @@ -1,4 +1,4 @@ -include ../Makefile.tests_common +include ../Makefile.pkg_common # If no BOARD is found in the environment, use this default: BOARD ?= esp32-wroom-32 diff --git a/tests/nimble_esp_wifi_coexist/README.md b/tests/pkg/nimble_esp_wifi_coexist/README.md similarity index 100% rename from tests/nimble_esp_wifi_coexist/README.md rename to tests/pkg/nimble_esp_wifi_coexist/README.md diff --git a/tests/nimble_esp_wifi_coexist/main.c b/tests/pkg/nimble_esp_wifi_coexist/main.c similarity index 100% rename from tests/nimble_esp_wifi_coexist/main.c rename to tests/pkg/nimble_esp_wifi_coexist/main.c diff --git a/tests/nimble_ext_adv/Makefile b/tests/pkg/nimble_ext_adv/Makefile similarity index 94% rename from tests/nimble_ext_adv/Makefile rename to tests/pkg/nimble_ext_adv/Makefile index cf1735b8d1..d6280fdac1 100644 --- a/tests/nimble_ext_adv/Makefile +++ b/tests/pkg/nimble_ext_adv/Makefile @@ -1,5 +1,5 @@ BOARD ?= nrf52840dk -include ../Makefile.tests_common +include ../Makefile.pkg_common # we want shell support USEMODULE += shell diff --git a/tests/nimble_ext_adv/Makefile.ci b/tests/pkg/nimble_ext_adv/Makefile.ci similarity index 100% rename from tests/nimble_ext_adv/Makefile.ci rename to tests/pkg/nimble_ext_adv/Makefile.ci diff --git a/tests/nimble_ext_adv/main.c b/tests/pkg/nimble_ext_adv/main.c similarity index 100% rename from tests/nimble_ext_adv/main.c rename to tests/pkg/nimble_ext_adv/main.c diff --git a/tests/nimble_l2cap/Makefile b/tests/pkg/nimble_l2cap/Makefile similarity index 85% rename from tests/nimble_l2cap/Makefile rename to tests/pkg/nimble_l2cap/Makefile index 2333ef219d..c70502ca53 100644 --- a/tests/nimble_l2cap/Makefile +++ b/tests/pkg/nimble_l2cap/Makefile @@ -2,7 +2,7 @@ BOARD ?= nrf52dk # load the default test environment -include ../Makefile.tests_common +include ../Makefile.pkg_common # RIOT modules used in for this test USEMODULE += xtimer @@ -12,7 +12,7 @@ USEMODULE += ps USEMODULE += bluetil_ad # 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 # which is not needed in a production environment but helps in the diff --git a/tests/nimble_l2cap/Makefile.ci b/tests/pkg/nimble_l2cap/Makefile.ci similarity index 100% rename from tests/nimble_l2cap/Makefile.ci rename to tests/pkg/nimble_l2cap/Makefile.ci diff --git a/tests/nimble_l2cap/README.md b/tests/pkg/nimble_l2cap/README.md similarity index 100% rename from tests/nimble_l2cap/README.md rename to tests/pkg/nimble_l2cap/README.md diff --git a/tests/nimble_l2cap/main.c b/tests/pkg/nimble_l2cap/main.c similarity index 100% rename from tests/nimble_l2cap/main.c rename to tests/pkg/nimble_l2cap/main.c diff --git a/tests/nimble_l2cap_server/Makefile b/tests/pkg/nimble_l2cap_server/Makefile similarity index 84% rename from tests/nimble_l2cap_server/Makefile rename to tests/pkg/nimble_l2cap_server/Makefile index e36e9071d1..bfd740180c 100644 --- a/tests/nimble_l2cap_server/Makefile +++ b/tests/pkg/nimble_l2cap_server/Makefile @@ -2,14 +2,14 @@ BOARD ?= nrf52dk # load the default test environment -include ../Makefile.tests_common +include ../Makefile.pkg_common # RIOT modules used in for this test USEMODULE += xtimer USEMODULE += bluetil_ad # 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 # which is not needed in a production environment but helps in the diff --git a/tests/nimble_l2cap_server/Makefile.ci b/tests/pkg/nimble_l2cap_server/Makefile.ci similarity index 100% rename from tests/nimble_l2cap_server/Makefile.ci rename to tests/pkg/nimble_l2cap_server/Makefile.ci diff --git a/tests/nimble_l2cap_server/README.md b/tests/pkg/nimble_l2cap_server/README.md similarity index 100% rename from tests/nimble_l2cap_server/README.md rename to tests/pkg/nimble_l2cap_server/README.md diff --git a/tests/nimble_l2cap_server/include/nimble_l2cap_test_conf.h b/tests/pkg/nimble_l2cap_server/include/nimble_l2cap_test_conf.h similarity index 100% rename from tests/nimble_l2cap_server/include/nimble_l2cap_test_conf.h rename to tests/pkg/nimble_l2cap_server/include/nimble_l2cap_test_conf.h diff --git a/tests/nimble_l2cap_server/main.c b/tests/pkg/nimble_l2cap_server/main.c similarity index 100% rename from tests/nimble_l2cap_server/main.c rename to tests/pkg/nimble_l2cap_server/main.c diff --git a/tests/nimble_l2cap_server/nimble.inc.mk b/tests/pkg/nimble_l2cap_server/nimble.inc.mk similarity index 96% rename from tests/nimble_l2cap_server/nimble.inc.mk rename to tests/pkg/nimble_l2cap_server/nimble.inc.mk index ec1a7e5cd9..e00afed23b 100644 --- a/tests/nimble_l2cap_server/nimble.inc.mk +++ b/tests/pkg/nimble_l2cap_server/nimble.inc.mk @@ -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_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 diff --git a/tests/nimble_netif_ext/Makefile b/tests/pkg/nimble_netif_ext/Makefile similarity index 93% rename from tests/nimble_netif_ext/Makefile rename to tests/pkg/nimble_netif_ext/Makefile index 192467a01a..170d09c824 100644 --- a/tests/nimble_netif_ext/Makefile +++ b/tests/pkg/nimble_netif_ext/Makefile @@ -1,5 +1,5 @@ BOARD ?= nrf52dk -include ../Makefile.tests_common +include ../Makefile.pkg_common # include shell support USEMODULE += shell diff --git a/tests/nimble_netif_ext/Makefile.ci b/tests/pkg/nimble_netif_ext/Makefile.ci similarity index 100% rename from tests/nimble_netif_ext/Makefile.ci rename to tests/pkg/nimble_netif_ext/Makefile.ci diff --git a/tests/nimble_netif_ext/main.c b/tests/pkg/nimble_netif_ext/main.c similarity index 100% rename from tests/nimble_netif_ext/main.c rename to tests/pkg/nimble_netif_ext/main.c diff --git a/tests/nimble_rpble_gnrc/Makefile b/tests/pkg/nimble_rpble_gnrc/Makefile similarity index 93% rename from tests/nimble_rpble_gnrc/Makefile rename to tests/pkg/nimble_rpble_gnrc/Makefile index 38cab4d31e..4fba5b1502 100644 --- a/tests/nimble_rpble_gnrc/Makefile +++ b/tests/pkg/nimble_rpble_gnrc/Makefile @@ -1,5 +1,5 @@ BOARD ?= nrf52dk -include ../Makefile.tests_common +include ../Makefile.pkg_common # include shell support USEMODULE += shell diff --git a/tests/nimble_rpble_gnrc/Makefile.ci b/tests/pkg/nimble_rpble_gnrc/Makefile.ci similarity index 100% rename from tests/nimble_rpble_gnrc/Makefile.ci rename to tests/pkg/nimble_rpble_gnrc/Makefile.ci diff --git a/tests/nimble_rpble_gnrc/main.c b/tests/pkg/nimble_rpble_gnrc/main.c similarity index 100% rename from tests/nimble_rpble_gnrc/main.c rename to tests/pkg/nimble_rpble_gnrc/main.c diff --git a/tests/nimble_rpble_gnrc_ext/Makefile b/tests/pkg/nimble_rpble_gnrc_ext/Makefile similarity index 95% rename from tests/nimble_rpble_gnrc_ext/Makefile rename to tests/pkg/nimble_rpble_gnrc_ext/Makefile index 82406ac0fb..d4be2be71f 100644 --- a/tests/nimble_rpble_gnrc_ext/Makefile +++ b/tests/pkg/nimble_rpble_gnrc_ext/Makefile @@ -1,5 +1,5 @@ BOARD ?= nrf52dk -include ../Makefile.tests_common +include ../Makefile.pkg_common # include shell support USEMODULE += shell diff --git a/tests/nimble_rpble_gnrc_ext/Makefile.ci b/tests/pkg/nimble_rpble_gnrc_ext/Makefile.ci similarity index 100% rename from tests/nimble_rpble_gnrc_ext/Makefile.ci rename to tests/pkg/nimble_rpble_gnrc_ext/Makefile.ci diff --git a/tests/nimble_rpble_gnrc_ext/main.c b/tests/pkg/nimble_rpble_gnrc_ext/main.c similarity index 100% rename from tests/nimble_rpble_gnrc_ext/main.c rename to tests/pkg/nimble_rpble_gnrc_ext/main.c diff --git a/tests/nimble_statconn_gnrc/Makefile b/tests/pkg/nimble_statconn_gnrc/Makefile similarity index 92% rename from tests/nimble_statconn_gnrc/Makefile rename to tests/pkg/nimble_statconn_gnrc/Makefile index 83d68a3c63..043d8034cd 100644 --- a/tests/nimble_statconn_gnrc/Makefile +++ b/tests/pkg/nimble_statconn_gnrc/Makefile @@ -1,5 +1,5 @@ BOARD ?= nrf52dk -include ../Makefile.tests_common +include ../Makefile.pkg_common # include shell support USEMODULE += shell_cmds_default diff --git a/tests/nimble_statconn_gnrc/Makefile.ci b/tests/pkg/nimble_statconn_gnrc/Makefile.ci similarity index 100% rename from tests/nimble_statconn_gnrc/Makefile.ci rename to tests/pkg/nimble_statconn_gnrc/Makefile.ci diff --git a/tests/nimble_statconn_gnrc/main.c b/tests/pkg/nimble_statconn_gnrc/main.c similarity index 100% rename from tests/nimble_statconn_gnrc/main.c rename to tests/pkg/nimble_statconn_gnrc/main.c diff --git a/tests/nimble_statconn_gnrc_ext/Makefile b/tests/pkg/nimble_statconn_gnrc_ext/Makefile similarity index 93% rename from tests/nimble_statconn_gnrc_ext/Makefile rename to tests/pkg/nimble_statconn_gnrc_ext/Makefile index 728c93549b..1e6548dcea 100644 --- a/tests/nimble_statconn_gnrc_ext/Makefile +++ b/tests/pkg/nimble_statconn_gnrc_ext/Makefile @@ -1,5 +1,5 @@ BOARD ?= nrf52dk -include ../Makefile.tests_common +include ../Makefile.pkg_common # include shell support USEMODULE += shell_cmds_default diff --git a/tests/nimble_statconn_gnrc_ext/Makefile.ci b/tests/pkg/nimble_statconn_gnrc_ext/Makefile.ci similarity index 100% rename from tests/nimble_statconn_gnrc_ext/Makefile.ci rename to tests/pkg/nimble_statconn_gnrc_ext/Makefile.ci diff --git a/tests/nimble_statconn_gnrc_ext/main.c b/tests/pkg/nimble_statconn_gnrc_ext/main.c similarity index 100% rename from tests/nimble_statconn_gnrc_ext/main.c rename to tests/pkg/nimble_statconn_gnrc_ext/main.c