1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_umorse/Makefile
smlng ac4a0fd063 tests: add test for uMorse package
add README for tests/pkg_umorse
    add script for tests/pkg_umorse
2017-11-02 09:22:41 +01:00

15 lines
233 B
Makefile

APPLICATION = pkg_umorse
include ../Makefile.tests_common
USEMODULE += xtimer
USEPKG += umorse
UMORSE_DELAY_DIT ?= 120
CFLAGS += -DUMORSE_DELAY_DIT=$(UMORSE_DELAY_DIT)
include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py