summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* [amalgamation] lz4frame.cBing Xu2018-11-261-0/+1
|
* [amalgamation] add testBing Xu2018-11-161-1/+7
|
* support custom block sizesBlaise Sanouillet2018-09-281-2/+6
|
* Add support for MidnightBSDLucas Holt2018-09-081-1/+1
|
* Merge pull request #563 from lz4/docDictYann Collet2018-09-061-1/+2
|\ | | | | updated documentation for dictionary compression
| * updated documentation regarding dictionary compressionYann Collet2018-09-051-1/+2
| | | | | | | | | | | | following suggestion from @stbrumme (#558) Also : bumped version number, regenerated man page and html doc
* | new test program : roundTripTestYann Collet2018-09-041-1/+4
|/ | | | | | | | make a round trip test with arbitrary input file, generate an `abort()` on error, to work in tandem with `afl`. note : currently locked on level 9, to investigate #560.
* Fixed bugs about incorrect acceleration calculation and benchmarking ↵Jennifer Liu2018-06-271-2/+1
| | | | negative compresion level
* Fixed invalid argument test and reformatted elseJennifer Liu2018-06-271-2/+2
|
* Fixed code based on comments from pull requestJennifer Liu2018-06-271-2/+7
|
* Fixed lz4 not found error part 2Jennifer Liu2018-06-261-3/+3
|
* Fixed lz4 not found errorJennifer Liu2018-06-261-3/+3
|
* Fixed bug about file to be compressed is not presentJennifer Liu2018-06-261-4/+3
|
* Added --fast command to cliJennifer Liu2018-06-261-0/+6
|
* Add Haiku as a validated target.fbrosson2018-05-171-1/+1
| | | | lz4 1.8.2 works fine on Haiku and passes all tests.
* Attempt to fix travisNick Terrell2018-05-041-1/+4
|
* Fix make installNick Terrell2018-05-041-1/+4
| | | | | | | | | * Uninstall didn't remove the pkg-config correctly. * Fix `mandir` * Allow overriding either upper- or lower-case location variables, but always use the lower case variables. * Add test case that ensures overriding both upper- and lower-case variables is the same, and that the directory is empty after uninstall.
* fullbench compiled without assert()Cyan49732018-04-231-1/+2
| | | | to better reflect release speed
* Merge branch 'dev' into lowAddrYann Collet2018-04-161-8/+7
|\
| * allow system-defined CPPFLAGS in /testsYann Collet2018-04-111-1/+1
| |
| * reduced test time on circle-ciYann Collet2018-04-111-7/+6
| |
* | Merge branch 'dev' into lowAddrtest49732018-04-041-13/+16
|\ \ | |/
| * Add Dependency to Fix Parallel `make test` RunsW. Felix Handte2018-03-211-1/+1
| | | | | | | | | | | | When run with `-jN`, the `rm tmp*` can run in the middle of the `test-lz4-dict` job, which will then fail, finding its files to have been axed. This adds a dependency between the two.
| * added target make checkYann Collet2018-02-261-13/+16
| | | | | | | | | | | | | | | | | | | | according to GNU Makefile conventions, the Makefile should feature a make check target to self-test the generated program: https://www.gnu.org/prep/standards/html_node/Standard-Targets.html . this is much less thorough and less taxing than `make test`, and can be run on any target in a reasonable timeframe (several seconds).
* | added low address fuzzer teststest49732018-03-211-1/+2
|/
* added checkTagYann Collet2018-01-151-1/+4
| | | | | checkTag verifies that provided tag and library version match. It's started automatically in circleCI when a new tag is created.
* object files in /testsYann Collet2017-12-271-5/+10
| | | | | | object files created from /tests are compiled with specific flags (`-g -DLZ4_DEBUG=1`) which are not welcomed in release binary. `lib/*.o` files created from /tests are now stored in /tests, to avoid unintentional mix.
* /tests programs compiled with LZ4_DEBUG=1Yann Collet2017-12-221-2/+3
| | | | to enable assert() within /lib
* Add some tests verifying command line dictionary functionalityW. Felix Handte2017-10-101-1/+28
|
* removed test-fasttestYann Collet2017-08-251-1/+1
|
* fixed make recurrence from /testsYann Collet2017-08-251-9/+3
|
* removed fasttestYann Collet2017-08-251-8/+2
|
* minor : added header licenseYann Collet2017-08-241-2/+1
|
* make test is compatible with parallel execution (-j#)Yann Collet2017-08-211-128/+125
| | | | each test section runs with its own set of files
* cli : restored command -BX to enable block checksum (#322)Yann Collet2017-08-121-0/+1
|
* tests/Makefile: don't use LIBDIR as variableJussi Kukkonen2017-06-261-13/+13
| | | | | LIBDIR may be overriden with a environment variable: In this case make clean breaks in tests/. Use another variable name.
* report where decompression ends (#313)Yann Collet2017-06-121-0/+3
| | | | | suggested by @ehem note : only works for files < 2 GB
* cli: add GNU separator -- specifying that all following arguments are filesDmitry V. Levin2017-03-231-0/+8
| | | | | This option is supported by other compressors with compatible cli, so add it to lz4 as well for better compatibility.
* Fix test-lz4-basicDmitry V. Levin2017-03-051-3/+3
| | | | | | | | | When no output filename is specified and stdout is not a terminal, lz4 doesn't attempt to guess an output filename and uses stdout for output. This change fixes test-lz4-basic when run without a terminal by specifying output filenames.
* remove MOREFLAGS from test-lz4c32Przemyslaw Skibinski2017-02-161-1/+0
|
* circle.yml: fixed lz4c32 target (2)Przemyslaw Skibinski2017-02-151-1/+1
|
* circle.yml: fixed lz4c32 targetPrzemyslaw Skibinski2017-02-151-1/+1
|
* improved Circle CI testsPrzemyslaw Skibinski2017-02-151-0/+1
|
* Don't use "foo && false || true"Eric Siegerman2017-02-141-19/+19
| | | | | | | | | Replace it with either: test ! -f $FILE_THAT_SHOULD_NOT_EXIST or: ! $COMMAND_THAT_SHOULD_FAIL as appropriate.
* added OpenBSD NetBSD SunOS to list of supported `make install` OSesPrzemyslaw Skibinski2017-02-101-3/+3
|
* added "This Makefile is validated for"Przemyslaw Skibinski2017-01-191-0/+2
|
* improved test-lz4-opt-parserPrzemyslaw Skibinski2016-12-271-5/+10
|
* added test-lz4-opt-parserPrzemyslaw Skibinski2016-12-271-1/+9
|
* Solaris: working "make install"Przemyslaw Skibinski2016-12-221-1/+1
|
* "make test" is now compatible with SolarisPrzemyslaw Skibinski2016-12-221-16/+22
|