1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg/tinyvcdiff/Makefile

20 lines
300 B
Makefile

include ../Makefile.pkg_common
BLOBS += source.bin delta.bin target.bin
# Only run on native ...
TEST_ON_CI_WHITELIST += native
USEMODULE += embunit
# Library under test
USEPKG += tinyvcdiff
# MTD backend
USEMODULE += mtd
# VFS backend
USEPKG += littlefs2
include $(RIOTBASE)/Makefile.include