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

14 lines
206 B
Makefile

include ../Makefile.tests_common
USEMODULE += od
# USEMODULE += od_string
include $(RIOTBASE)/Makefile.include
test:
ifeq (,$(filter od_string,$(USEMODULE)))
tests/01-run.py
else
tests/02-run.py
endif