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
2022-05-17 13:40:16 +02:00

20 lines
302 B
Makefile

include ../Makefile.tests_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