This website requires JavaScript.
Explore
Help
Sign in
revi-archive
/
xz-archive
Watch
1
Star
0
Fork
You've already forked xz-archive
0
mirror of
https://git.tukaani.org/xz.git
synced
2024-04-04 12:36:23 +02:00
Code
Activity
5394a1665b
xz-archive
/
tests
/
test_compress_generated_text
5 lines
99 B
Text
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 20:17:47 +02:00
#!/bin/sh
Add SPDX license identifier into 0BSD source code files.
2024-02-12 16:09:10 +01: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 20:17:47 +02:00
exec "$srcdir/test_compress.sh" compress_generated_text
Copy permalink