Skip to content

Commit

Permalink
tests: move remaining driver related applications to tests/drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed May 10, 2023
1 parent cf7ef55 commit aebbd01
Show file tree
Hide file tree
Showing 32 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BOARD ?= stm32f429i-disc1
include ../Makefile.tests_common
include ../Makefile.drivers_common

DISABLE_MODULE += test_utils_interactive_sync

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BOARD ?= nucleo-f767zi

include ../Makefile.tests_common
include ../Makefile.drivers_common

USEMODULE += mtd_at24cxxx
USEMODULE += embunit
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.drivers_common

USEMODULE += mtd_at25xxx
USEMODULE += embunit
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.drivers_common

USEMODULE += mtd_flashpage
USEMODULE += mtd_write_page
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.drivers_common

USEMODULE += mtd_mapper
USEMODULE += mtd_write_page
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/mtd_raw/Makefile → tests/drivers/mtd_raw/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.drivers_common

USEMODULE += shell
USEMODULE += shell_cmds_default
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/saul/Makefile → tests/drivers/saul/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.drivers_common

# include and auto-initialize all available sensors
USEMODULE += saul_default
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BOARD ?= stm32f4discovery
include ../Makefile.tests_common
include ../Makefile.drivers_common

# Only build on a subset of boards (one per arch supported and
# with enough features provided)
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BOARD ?= stm32f429i-disc1
include ../Makefile.tests_common
include ../Makefile.drivers_common

DISABLE_MODULE += test_utils_interactive_sync

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit aebbd01

Please sign in to comment.