Skip to content

Commit cabe02c

Browse files
committed
tests: move core related applications to tests/core/ subdirectory
1 parent 5621985 commit cabe02c

File tree

160 files changed

+58
-56
lines changed

Some content is hidden

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

160 files changed

+58
-56
lines changed

tests/core/Makefile.core_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.core_common
22

33
USEMODULE += xtimer
44

File renamed without changes.
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.core_common
22

33
USEMODULE += test_utils_interactive_sync
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.core_common
22

33
FEATURES_BLACKLIST += arch_avr8 arch_msp430 arch_riscv
44

0 commit comments

Comments
 (0)