aboutsummaryrefslogtreecommitdiff
path: root/tests/create_compress_files.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-01-05Tests: 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-23Test: Make create_compress_files.c a little more flexible.Lasse Collin1-10/+15
If a command line argument is given, then only the test file of that type is created. It's quite dumb in sense that unknown names don't give an error but it's good enough here. Also use EXIT_FAILURE instead of 1 as exit status for errors.
2019-06-24Tests: Silence a warning from -Wsign-conversion.Lasse Collin1-4/+4
2012-01-10Tests: Fix a compiler warning with _FORTIFY_SOURCE.Lasse Collin1-1/+2
Reported here: http://sourceforge.net/projects/lzmautils/forums/forum/708858/topic/4927385
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
Some minor documentation cleanups were made at the same time.
2008-01-18Added test_compress.sh and bunch of files needed by it.Lasse Collin1-0/+164
This new set of tests compress and decompress several test files with many different compression options. This set of tests will be extended later.