mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
df3f10a963
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.
7 lines
111 B
Makefile
7 lines
111 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += od
|
|
USEMODULE += od_string
|
|
|
|
include $(RIOTBASE)/Makefile.include
|