mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9b557d2e47
This commit enables the GPIO benchmark to be run automatically (through 'make bench') using pexpect.
12 lines
174 B
Makefile
12 lines
174 B
Makefile
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED = periph_gpio
|
|
|
|
USEMODULE += shell
|
|
USEMODULE += benchmark
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
bench:
|
|
tests/02-bench.py
|