1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph_gpio/Makefile
Benjamin Valentin 47deeab842 tests/periph_gpio: enable shell commands
It is useful to have the `pm` command available in this test to see how
GPIOs react to different sleep modes.

Enable it be enabling the `shell_commands` module.
2020-07-07 13:28:04 +02:00

14 lines
238 B
Makefile

include ../Makefile.tests_common
FEATURES_REQUIRED = periph_gpio
FEATURES_OPTIONAL = periph_gpio_irq
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += benchmark
include $(RIOTBASE)/Makefile.include
bench:
tests/02-bench.py