]> git.ipfire.org Git - thirdparty/zstd.git/commit
Added test script; tidied and documented
authorCarl Woffenden <cwoffenden@gmail.com>
Tue, 27 Aug 2019 13:36:06 +0000 (15:36 +0200)
committerCarl Woffenden <cwoffenden@gmail.com>
Tue, 27 Aug 2019 13:36:06 +0000 (15:36 +0200)
commita57de4ac893be6414a576e9ecfb68b4bd8fc7dae
tree7d4bf5877f98767a9164c691b84f53f4a51b8fed
parent7c6fa8157984ce19d2b810f35de9bd0555f56f0d
Added test script; tidied and documented

The test script combines the sources then builds and runs an example. A futher example is built if the Emscripten compiler is available on the system. Documentation covers building.
contrib/declib/README.md
contrib/declib/build.sh [new file with mode: 0755]
contrib/declib/examples/README.md [new file with mode: 0644]
contrib/declib/examples/emscripten.c [moved from contrib/declib/tests/emscripten.c with 99% similarity]
contrib/declib/examples/shell.html [moved from contrib/declib/tests/shell.html with 91% similarity]
contrib/declib/examples/simple.c [moved from contrib/declib/tests/simple.c with 99% similarity]
contrib/declib/zstddeclib-in.c