1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/od/Makefile
Francisco Molina df3f10a963
tests/od: always include od_string in test
This test removes the test case for od_string not being included,
it instead keeps the second test script that rested od and od_string.
2020-06-22 13:33:41 +02:00

7 lines
111 B
Makefile

include ../Makefile.tests_common
USEMODULE += od
USEMODULE += od_string
include $(RIOTBASE)/Makefile.include