1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/sys: move missing sys related tests

This commit is contained in:
Alexandre Abadie 2023-05-12 11:13:47 +02:00
parent cf8c1391d9
commit e8e790209e
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
26 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
BOARD ?= nucleo-f767zi
include ../Makefile.tests_common
include ../Makefile.sys_common
USEMODULE += dbgpin
USEMODULE += xtimer

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.sys_common
USEMODULE += embunit

View File

@ -1,5 +1,5 @@
DEVELHELP ?= 0
include ../Makefile.tests_common
include ../Makefile.sys_common
BOARD ?= native

View File

@ -1,3 +1,3 @@
include ../Makefile.tests_common
include ../Makefile.sys_common
include $(RIOTBASE)/Makefile.include

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.sys_common
USEMODULE += shell
USEMODULE += shell_cmd_heap

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.sys_common
USEMODULE += ssp

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.sys_common
USEMODULE += stdin