Skip to content

Commit bdd4705

Browse files
committed
tests: move bench_ applications to bench/ subdirectory
1 parent d691457 commit bdd4705

73 files changed

Lines changed: 16 additions & 14 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

tests/bench/Makefile.bench_common

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
RIOTBASE ?= $(CURDIR)/../../..
2+
include $(CURDIR)/../../Makefile.tests_common
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include ../Makefile.tests_common
1+
include ../Makefile.bench_common
22

33
USEMODULE += xtimer
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include ../Makefile.tests_common
1+
include ../Makefile.bench_common
22

33
USEMODULE += xtimer
44

0 commit comments

Comments
 (0)