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

tests: move core related applications to tests/core/ subdirectory

This commit is contained in:
Alexandre Abadie 2023-05-10 10:17:08 +02:00
parent 5621985353
commit cabe02c24d
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
160 changed files with 58 additions and 56 deletions

View File

@ -0,0 +1,2 @@
RIOTBASE ?= $(CURDIR)/../../..
include $(CURDIR)/../../Makefile.tests_common

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.core_common
USEMODULE += xtimer

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.core_common
USEMODULE += test_utils_interactive_sync

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.core_common
FEATURES_BLACKLIST += arch_avr8 arch_msp430 arch_riscv

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.core_common
USEMODULE += xtimer

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.core_common
FEATURES_REQUIRED += cpp
FEATURES_REQUIRED += libstdcpp
USEPKG += fff

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.core_common
USEMODULE += fmt
USEMODULE += xtimer

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.core_common
USEMODULE += xtimer

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.core_common
USEMODULE += xtimer

View File

@ -0,0 +1,3 @@
include ../Makefile.core_common
include $(RIOTBASE)/Makefile.include

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.core_common
# stm32f030f4-demo doesn't have enough RAM to run the test
# so we reduce the stack size for every thread

View File

@ -0,0 +1,3 @@
include ../Makefile.core_common
include $(RIOTBASE)/Makefile.include

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.core_common
FEATURES_REQUIRED += cpp

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.core_common
USEMODULE += nice
USEMODULE += ps

View File

@ -0,0 +1,3 @@
include ../Makefile.core_common
include $(RIOTBASE)/Makefile.include

View File

@ -0,0 +1,3 @@
include ../Makefile.core_common
include $(RIOTBASE)/Makefile.include

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.core_common
ifneq (,$(filter nucleo-f042k6,$(BOARD)))
PROBLEM ?= 3

View File

@ -0,0 +1,3 @@
include ../Makefile.core_common
include $(RIOTBASE)/Makefile.include

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.core_common
USEMODULE += core_thread_flags
USEMODULE += xtimer

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.core_common
USEMODULE += core_thread_flags
USEMODULE += xtimer

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.core_common
USEMODULE += printf_float
USEMODULE += ztimer_usec

Some files were not shown because too many files have changed in this diff Show More