mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8e5422ff78
This is now the default so not required anymore.
13 lines
234 B
Makefile
13 lines
234 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += od
|
|
# USEMODULE += od_string
|
|
|
|
ifeq (,$(filter od_string,$(USEMODULE)))
|
|
TESTS=$(APPDIR)/tests/01-run.py
|
|
else
|
|
TESTS=$(APPDIR)/tests/02-run.py
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.include
|