Finished adding multi-threaded extraction.
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
This commit is contained in:
+8
-1
@@ -1,3 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
zig test -lc -lzstd src/test.zig
|
||||
zig test \
|
||||
-lc \
|
||||
-lz \
|
||||
-llzma \
|
||||
-lminilzo \
|
||||
-llz4 \
|
||||
-lzstd \
|
||||
src/test.zig
|
||||
|
||||
Reference in New Issue
Block a user