5ec12b5786
Added option in unsquashfs to specify the number of threads used. Changed some functions to accept an allocator instead of just using Archive's Fixed run_tests.sh due to new c libraries
11 lines
93 B
Bash
Executable File
11 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
|
|
zig test \
|
|
-lc \
|
|
-lz \
|
|
-llzma \
|
|
-lminilzo \
|
|
-llz4 \
|
|
-lzstd \
|
|
src/test.zig
|