Home
last modified time | relevance | path

Searched refs:test (Results 1 – 12 of 12) sorted by relevance

/lz4-3.4.0-2.7.6/contrib/meson/meson/tests/
Dmeson.build76 # Tests (Use "meson test --list" to list all tests)
82 test('test-fullbench',
86 test('test-fuzzer',
90 test('test-frametest',
/lz4-3.4.0-2.7.6/tests/
DREADME.md9 - `test-lz4-speed.py` : script for testing lz4 speed difference between commits
10 - `test-lz4-versions.py` : compatibility test between lz4 versions stored on Github
13 #### `test-lz4-versions.py` - script for testing lz4 interoperability between versions
20 #### `test-lz4-speed.py` - script for testing lz4 speed difference between commits
37 The example usage with two test files, one e-mail address, and with an additional message:
39 ./test-lz4-speed.py "silesia.tar calgary.tar" "email@gmail.com" --message "tested on my laptop" --s…
44 nohup ./test-lz4-speed.py testFileNames emails &
D.gitignore16 # test artefacts
/lz4-3.4.0-2.7.6/lib/dll/example/
DREADME.md41 It means that if a project that uses LZ4 consists of a single `test-dll.c`
44 gcc $(CFLAGS) -Iinclude\ test-dll.c -o test-dll dll\liblz4.dll
/lz4-3.4.0-2.7.6/
D.gitignore40 # test artifacts
DNEWS10 api : fix alignment test on 32-bit systems (state initialization)
86 build : `make` and `make test` compatible with `-jX`, reported by @mwgamera
153 New : cross-version test, by Takayuki Matsuoka
180 New : arm cross-compilation test, thanks to kind help by Takayuki Matsuoka
214 Fix : test mode (-t) no longer requires confirmation, thanks to Thary Nguyen
234 Makefile : lz4-test only test native binaries, as suggested by Michał Górny (issue 136)
243 Improved : fuzzer, support more test cases, more parameters, ability to jump to specific test
285 fuzzer & fullbench : updated to test new functions
DREADME.md31 [travisDevBadge]: https://travis-ci.org/lz4/lz4.svg?branch=dev "Continuous Integration test suite"
33 …https://ci.appveyor.com/api/projects/status/github/lz4/lz4?branch=dev&svg=true "Windows test suite"
/lz4-3.4.0-2.7.6/lib/
DREADME.md84 - `LZ4_ALIGN_TEST` : alignment test ensures that the memory area
86 This test can be disabled if it proves flaky, by setting this value to 0.
112 It means that if a project that uses LZ4 consists of a single `test-dll.c`
115 $(CC) $(CFLAGS) -Iinclude/ test-dll.c -o test-dll dll\liblz4.dll
/lz4-3.4.0-2.7.6/programs/
Dlz4cli.c253 static int exeNameMatch(const char* exeName, const char* test) in exeNameMatch() argument
255 return !strncmp(exeName, test, strlen(test)) && in exeNameMatch()
256 (exeName[strlen(test)] == '\0' || exeName[strlen(test)] == '.'); in exeNameMatch()
DREADME.md60 -t : test compressed file integrity
76 -e# : test all compression levels from -bX to # (default : 1)
Dlz4.1.md108 * `-t` `--test`:
/lz4-3.4.0-2.7.6/.circleci/images/primary/
DDockerfile5 RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test