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:
parent
d6914573b6
commit
bdd4705733
2
tests/bench/Makefile.bench_common
Normal file
2
tests/bench/Makefile.bench_common
Normal file
@ -0,0 +1,2 @@
|
||||
RIOTBASE ?= $(CURDIR)/../../..
|
||||
include $(CURDIR)/../../Makefile.tests_common
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.bench_common
|
||||
|
||||
USEMODULE += xtimer
|
||||
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.bench_common
|
||||
|
||||
USEMODULE += xtimer
|
||||
|
@ -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
|
@ -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
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.bench_common
|
||||
|
||||
USEMODULE += xtimer
|
||||
|
@ -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):
|
||||
#
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.bench_common
|
||||
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += atomic_utils
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.bench_common
|
||||
|
||||
USEMODULE += base64
|
||||
USEMODULE += fmt
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.bench_common
|
||||
|
||||
USEMODULE += core_thread_flags
|
||||
USEMODULE += xtimer
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.bench_common
|
||||
|
||||
USEMODULE += xtimer
|
||||
|
@ -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
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.bench_common
|
||||
|
||||
USEMODULE += xtimer
|
||||
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.bench_common
|
||||
|
||||
USEMODULE += xtimer
|
||||
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.bench_common
|
||||
|
||||
USEMODULE += ztimer_usec ztimer_msec
|
||||
|
Loading…
Reference in New Issue
Block a user