1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_tinyvcdiff
2023-02-28 17:24:03 +01:00
..
tests
app.config.test
delta.bin
fakemtd.c
fakemtd.h tests/pkg_tinyvcdiff: Initialize mtd->write_size 2022-08-30 11:36:42 +02:00
main.c tests: adapt to vfs_umount() API change 2023-02-28 17:24:03 +01:00
Makefile
Makefile.ci
README.md
source.bin
target.bin

pkg_tinyvcdiff

This test patches the binary file source.bin using delta.bin and reconstructs target.bin.

delta.bin has been created with open-vcdiff:

vcdiff delta -interleaved -dictionary source.bin <target.bin >delta.bin