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

tests: move bench_ applications to bench/ subdirectory

This commit is contained in:
Alexandre Abadie 2023-05-10 09:47:10 +02:00
parent d6914573b6
commit bdd4705733
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
73 changed files with 16 additions and 14 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.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