mirror of
https://github.com/facebook/zstd.git
synced 2025-10-21 00:05:22 -04:00
commit
b7158cf9f1
@ -189,7 +189,7 @@ matrix:
|
|||||||
- name: zbuff test
|
- name: zbuff test
|
||||||
if: branch = master
|
if: branch = master
|
||||||
script:
|
script:
|
||||||
- make test-zbuff
|
- make -C tests test-zbuff
|
||||||
|
|
||||||
- name: Versions Compatibility Test # 11.5mn
|
- name: Versions Compatibility Test # 11.5mn
|
||||||
if: branch = master
|
if: branch = master
|
||||||
|
@ -60,17 +60,6 @@ fuzzer = executable('fuzzer',
|
|||||||
dependencies: libzstd_dep,
|
dependencies: libzstd_dep,
|
||||||
install: false)
|
install: false)
|
||||||
|
|
||||||
zbufftest_sources = [join_paths(zstd_rootdir, 'programs/datagen.c'),
|
|
||||||
join_paths(zstd_rootdir, 'programs/util.c'),
|
|
||||||
join_paths(zstd_rootdir, 'programs/timefn.c'),
|
|
||||||
join_paths(zstd_rootdir, 'tests/zbufftest.c')]
|
|
||||||
zbufftest = executable('zbufftest',
|
|
||||||
zbufftest_sources,
|
|
||||||
c_args: ['-Wno-deprecated-declarations'],
|
|
||||||
include_directories: test_includes,
|
|
||||||
dependencies: libzstd_dep,
|
|
||||||
install: false)
|
|
||||||
|
|
||||||
zstreamtest_sources = [join_paths(zstd_rootdir, 'programs/datagen.c'),
|
zstreamtest_sources = [join_paths(zstd_rootdir, 'programs/datagen.c'),
|
||||||
join_paths(zstd_rootdir, 'programs/util.c'),
|
join_paths(zstd_rootdir, 'programs/util.c'),
|
||||||
join_paths(zstd_rootdir, 'programs/timefn.c'),
|
join_paths(zstd_rootdir, 'programs/timefn.c'),
|
||||||
@ -193,10 +182,6 @@ if use_zlib
|
|||||||
timeout: 480)
|
timeout: 480)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
test('test-zbuff',
|
|
||||||
zbufftest,
|
|
||||||
args: [ZSTREAM_TESTTIME],
|
|
||||||
timeout: 120)
|
|
||||||
test('test-zstream-1',
|
test('test-zstream-1',
|
||||||
zstreamtest,
|
zstreamtest,
|
||||||
args: ['-v', ZSTREAM_TESTTIME] + FUZZER_FLAGS,
|
args: ['-v', ZSTREAM_TESTTIME] + FUZZER_FLAGS,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user