Home
last modified time | relevance | path

Searched full:tests (Results 1 – 25 of 36) sorted by relevance

12

/lz4-3.4.0-2.7.6/
D.travis.yml19 - make -C tests test-lz4 test-lz4c test-fullbench
26 - make -C tests test-frametest test-fuzzer
28 - name: ASAN tests with fuzzer and frametest
32 - CC=clang MOREFLAGS=-fsanitize=address make -C tests test-frametest test-fuzzer
40 - make -C tests fullbench-wmalloc # test LZ4_USER_MEMORY_FUNCTIONS
42 … - CC="c++ -Wno-deprecated" make -C tests fullbench-wmalloc # stricter function signature check
60 - make -C tests test MOREFLAGS=-mx32
76 - make -C tests test-lz4 test-mem
88 - make -C tests test-lz4c32 test-fullbench32 versionsTest
96 - make -C tests test-frametest32 test-fuzzer32
[all …]
Dappveyor.yml51 make -C tests fullbench &&
52 make -C tests fuzzer &&
56 …make -C tests fullbench CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-…
57 …make -C tests fuzzer CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sig…
63 COPY tests\fullbench.c bin\example\ &&
84 - if [%COMPILER%]==[gcc] (COPY tests\*.exe programs\)
DLICENSE10 while all other files, in `programs`, `tests` or `examples`,
DNEWS163 Added : AppVeyor CI environment, for Visual tests - Suggested by Takayuki Matsuoka
178 New : scan-build tests, thanks to kind help by Takayuki Matsuoka
179 New : g++ compatibility tests
242 New : datagen : parametrable synthetic data generator for tests
250 Added : automated tests on Travis, thanks to Takayuki Matsuoka !
DMakefile35 TESTDIR = tests
119 #make tests validated only for MSYS, Linux, OSX, kFreeBSD and Hurd targets
/lz4-3.4.0-2.7.6/contrib/meson/meson/tests/
Dmeson.build18 TEST_FILES = join_paths(meson.current_source_dir(), lz4_root_dir, 'tests/COPYING')
26 fullbench_sources = [join_paths(lz4_root_dir, 'tests/fullbench.c')]
33 fuzzer_sources = [join_paths(lz4_root_dir, 'tests/fuzzer.c')]
41 frametest_sources = [join_paths(lz4_root_dir, 'tests/frametest.c')]
48 roundTripTest_sources = [join_paths(lz4_root_dir, 'tests/roundTripTest.c')]
54 datagen_sources = [join_paths(lz4_root_dir, 'tests/datagencli.c')]
62 checkFrame_sources = [join_paths(lz4_root_dir, 'tests/checkFrame.c')]
69 checkTag_sources = [join_paths(lz4_root_dir, 'tests/checkTag.c')]
76 # Tests (Use "meson test --list" to list all tests)
/lz4-3.4.0-2.7.6/.circleci/
Dconfig.yml13 # Parallelism is broken in this file : it just plays the same tests twice.
53 - run: make -C tests test-lz4
54 - run: make -C tests test-lz4c
55 - run: make -C tests test-frametest
56 - run: make -C tests test-fuzzer && make clean
/lz4-3.4.0-2.7.6/tests/
Dtest-lz4-versions.py19 tmp_dir_name = 'tests/versionsTest'
58 tmp_dir = base_dir + '/' + tmp_dir_name # /path/to/lz4/tests/versionsTest
59 clone_dir = tmp_dir + '/' + 'lz4' # /path/to/lz4/tests/versionsTest/lz4
131 print('Decompression tests and verifications')
Dtest_custom_block_sizes.sh67 echo ---- All tests passed
70 echo ---- The following tests had failures: $failures
D.gitignore21 # local tests
Dfuzzer.c189 DISPLAY("Overflow tests : "); in FUZ_AddressOverflow()
202 DISPLAY("not enough memory for tests \n"); in FUZ_AddressOverflow()
358 DISPLAY("Not enough memory to start fuzzer tests"); in FUZ_test()
390 /* Compression tests */ in FUZ_test()
491 /* Decompression tests */ in FUZ_test()
681 /* Dictionary tests */ in FUZ_test()
980 /* ***** End of tests *** */ in FUZ_test()
995 printf("all tests completed successfully \n"); in FUZ_test()
1155 /* LZ4 streaming tests */ in FUZ_unitTests()
1260 /* LZ4 HC streaming tests */ in FUZ_unitTests()
[all …]
DREADME.md5 - `datagen` : Synthetic and parametrable data generator, for tests
Dframetest.c167 * Tests
189 DISPLAY("allocation error, not enough memory to start fuzzer tests \n"); in basicTests()
475 /* frame content size tests */ in basicTests()
515 /* dictID tests */ in basicTests()
767 DISPLAY("Basic tests completed \n"); in basicTests()
1113 DISPLAYLEVEL(2, "\rAll tests completed \n"); in fuzzerTests()
1136 DISPLAY( " -i# : Nb of tests (default:%u) \n", nbTestsDefault); in FUZ_usage()
1137 DISPLAY( " -T# : Duration of tests, in seconds (default: use Nb of tests) \n"); in FUZ_usage()
Dtest-lz4-speed.py27 working_path = os.getcwd() + '/' + working_dir_name # /path/to/lz4/tests/speedTest
28 clone_path = working_path + '/' + 'lz4' # /path/to/lz4/tests/speedTest/lz4
198 log("WARNING: redoing tests for branch %s: commit %s" % (branch, commit))
/lz4-3.4.0-2.7.6/programs/
D.gitignore17 # tests files
/lz4-3.4.0-2.7.6/contrib/meson/
DREADME.md6 modern software development tools and practices, such as unit tests,
Dmeson_options.txt20 description: 'Enable tests build')
/lz4-3.4.0-2.7.6/build/
DREADME.md32 - `datagen` : Synthetic and parametrable data generator, for tests
/lz4-3.4.0-2.7.6/contrib/meson/meson/
Dmeson.build108 subdir('tests') subdir
/lz4-3.4.0-2.7.6/build/VS2017/datagen/
Ddatagen.vcxproj165 <ClCompile Include="..\..\..\tests\datagencli.c" />
/lz4-3.4.0-2.7.6/build/VS2010/fuzzer/
Dfuzzer.vcxproj163 <ClCompile Include="..\..\..\tests\fuzzer.c" />
/lz4-3.4.0-2.7.6/build/VS2010/datagen/
Ddatagen.vcxproj161 <ClCompile Include="..\..\..\tests\datagencli.c" />
/lz4-3.4.0-2.7.6/build/VS2017/frametest/
Dframetest.vcxproj168 <ClCompile Include="..\..\..\tests\frametest.c" />
/lz4-3.4.0-2.7.6/build/VS2017/fullbench/
Dfullbench.vcxproj168 <ClCompile Include="..\..\..\tests\fullbench.c" />
/lz4-3.4.0-2.7.6/build/VS2017/fuzzer/
Dfuzzer.vcxproj167 <ClCompile Include="..\..\..\tests\fuzzer.c" />

12