1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
19564: tests: move all bench applications to their own tests/bench/ folder r=aabadie a=aabadie



19569: tests/lua_loader: move to tests/pkg/lua_loader r=aabadie a=aabadie



Co-authored-by: Alexandre Abadie <alexandre.abadie@inria.fr>
This commit is contained in:
bors[bot] 2023-05-10 10:51:27 +00:00 committed by GitHub
commit 628bfa9e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
81 changed files with 18 additions and 15 deletions

View File

@ -14,6 +14,7 @@ APPLICATION_DIRS := \
bootloaders \
examples \
tests \
tests/bench \
tests/drivers \
tests/periph \
tests/pkg \

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.bench_common
USEMODULE += xtimer

View File

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

View File

@ -13,7 +13,7 @@ PORT_OUT ?= 0
PIN_OUT_0 ?= 0
PIN_OUT_1 ?= 1
include ../Makefile.tests_common
include ../Makefile.bench_common
FEATURES_REQUIRED += periph_gpio_ll
FEATURES_REQUIRED += periph_gpio

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.bench_common
# we use thread flags in this benchmark by default, disable on demand
USEMODULE += core_thread_flags

View File

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

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.bench_common
# Modules that will have an impact on the size of the TCB (thread_t):
#

View File

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

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.bench_common
USEMODULE += base64
USEMODULE += fmt

View File

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

View File

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

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.bench_common
# These boards only have a single timer in their periph_conf.h, needs special
# CFLAGS configuration to build properly

View File

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

View File

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

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.bench_common
USEMODULE += ztimer_usec ztimer_msec

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.pkg_common
USEPKG += lua