mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
47deeab842
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.
14 lines
238 B
Makefile
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
|