dependencies: libzstd_dep,
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'),
join_paths(zstd_rootdir, 'programs/util.c'),
join_paths(zstd_rootdir, 'programs/timefn.c'),
timeout: 480)
endif
-test('test-zbuff',
- zbufftest,
- args: [ZSTREAM_TESTTIME],
- timeout: 120)
test('test-zstream-1',
zstreamtest,
args: ['-v', ZSTREAM_TESTTIME] + FUZZER_FLAGS,