]> git.ipfire.org Git - thirdparty/zstd.git/commit
Added generator script and simple test
authorCarl Woffenden <cwoffenden@gmail.com>
Fri, 23 Aug 2019 16:43:29 +0000 (18:43 +0200)
committerCarl Woffenden <cwoffenden@gmail.com>
Fri, 23 Aug 2019 16:43:29 +0000 (18:43 +0200)
commit0a49353a4634b963e2065f84a5472d3b74bc75f6
tree93b46f415af808348c4ede3b3193d25dec704832
parent901ea61f83333c88e749c6fb3d8d35f01378bde4
Added generator script and simple test

The script will combine decompressor sources into a single file. The example shows this in use.
contrib/declib/README.md [new file with mode: 0644]
contrib/declib/combine.sh [new file with mode: 0755]
contrib/declib/tests/simple.c [new file with mode: 0644]
contrib/declib/zstddeclib-in.c [new file with mode: 0755]