This website requires JavaScript.
Explore
Help
Sign In
root
/
xz
mirror of
https://git.tukaani.org/xz.git
Watch
1
Star
0
Fork
You've already forked xz
0
Code
Issues
Releases
Wiki
Activity
3217b82b3e
xz
/
tests
/
test_compress_prepared_bcj_x86
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 18:17:47 +00:00
#!/bin/sh
Add SPDX license identifier into 0BSD source code files.
2024-02-12 15:09:10 +00: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 18:17:47 +00:00
Tests: Replace non portable shell parameter expansion The shell parameter expansion using # and ## is not supported in Solaris 10 Bourne shell (/bin/sh). Even though this is POSIX, it is not fully portable, so we should avoid it.
2023-01-04 15:58:58 +00:00
exec "$srcdir/test_compress.sh" compress_prepared_bcj_x86