1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 23:32:44 +01:00
RIOT/tests/sys/progress_bar/Makefile

13 lines
353 B
Makefile
Raw Normal View History

include ../Makefile.sys_common
USEMODULE += xtimer
USEMODULE += progress_bar
include $(RIOTBASE)/Makefile.include
# Make custom progress bar configuration from app.config
# available in Python test script via environment variables
export CONFIG_PROGRESS_BAR_FULL_CHARACTER
export CONFIG_PROGRESS_BAR_EMPTY_CHARACTER
export CONFIG_PROGRESS_BAR_LENGTH