aboutsummaryrefslogtreecommitdiff
path: root/tests/test_compress_prepared_bcj_x86 (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-14Add SPDX license identifier into 0BSD source code files.Lasse Collin1-0/+1
2023-01-04Tests: Replace non portable shell parameter expansionJia Tan1-1/+1
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.
2022-05-23Tests: Split test_compress.sh into separate test unit for each file.Lasse Collin1-0/+3
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.