1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_ubasic/Makefile
Alexandre Abadie e1db54c20a
tests/pkg_ubasic: remove useless BOARD_BLACKLIST
The corresponding arch features are blacklisted at package level
2019-11-05 08:45:12 +01:00

8 lines
141 B
Makefile

include ../Makefile.tests_common
USEPKG += ubasic
USEMODULE += ubasic_tests
USEMODULE += printf_float
include $(RIOTBASE)/Makefile.include