From: Yann Collet Date: Wed, 21 Feb 2024 02:17:28 +0000 (-0800) Subject: fix meson datagen build X-Git-Tag: v1.5.6^2~64^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2d357033838c01c827fc10f0b2b850df339776a;p=thirdparty%2Fzstd.git fix meson datagen build --- diff --git a/build/meson/tests/meson.build b/build/meson/tests/meson.build index 03480d205..9847ab037 100644 --- a/build/meson/tests/meson.build +++ b/build/meson/tests/meson.build @@ -44,7 +44,8 @@ testcommon_dep = declare_dependency(link_with: testcommon, dependencies: libzstd_deps, include_directories: libzstd_includes) -datagen_sources = [join_paths(zstd_rootdir, 'tests/datagencli.c')] +datagen_sources = [join_paths(zstd_rootdir, 'tests/datagencli.c'), + join_paths(zstd_rootdir, 'tests/loremOut.c')] datagen = executable('datagen', datagen_sources, c_args: [ '-DNDEBUG' ],