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:
parent
cf8c1391d9
commit
e8e790209e
@ -1,6 +1,6 @@
|
||||
BOARD ?= nucleo-f767zi
|
||||
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.sys_common
|
||||
|
||||
USEMODULE += dbgpin
|
||||
USEMODULE += xtimer
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.sys_common
|
||||
|
||||
USEMODULE += embunit
|
||||
|
@ -1,5 +1,5 @@
|
||||
DEVELHELP ?= 0
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.sys_common
|
||||
|
||||
BOARD ?= native
|
||||
|
@ -1,3 +1,3 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.sys_common
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.sys_common
|
||||
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_cmd_heap
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.sys_common
|
||||
|
||||
USEMODULE += ssp
|
||||
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.sys_common
|
||||
|
||||
USEMODULE += stdin
|
||||
|
Loading…
Reference in New Issue
Block a user