This website requires JavaScript.
Explore
Help
Sign In
root
/
xz
Watch
1
Star
0
Fork
0
You've already forked xz
mirror of
https://git.tukaani.org/xz.git
synced
2025-02-13 12:08:15 +00:00
Code
Issues
Releases
Wiki
Activity
xz
/
tests
/
test_compress_generated_random
5 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Tests: Split test_compress.sh into separate test unit for each file. test_compress.sh now takes one command line argument: a filename to be tested. If it begins with "compress_generated_" the file will be created with create_compress_files. This will allow parallel execution of the slow tests.
2022-05-23 21:17:47 +03:00
#!/bin/sh
Add SPDX license identifier into 0BSD source code files.
2024-02-12 17:09:10 +02:00
# SPDX-License-Identifier: 0BSD
Tests: Split test_compress.sh into separate test unit for each file. test_compress.sh now takes one command line argument: a filename to be tested. If it begins with "compress_generated_" the file will be created with create_compress_files. This will allow parallel execution of the slow tests.
2022-05-23 21:17:47 +03:00
exec "$srcdir/test_compress.sh" compress_generated_random
Reference in New Issue
Copy Permalink