]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fix meson datagen build
authorYann Collet <cyan@fb.com>
Wed, 21 Feb 2024 02:17:28 +0000 (18:17 -0800)
committerYann Collet <cyan@fb.com>
Wed, 21 Feb 2024 02:17:28 +0000 (18:17 -0800)
build/meson/tests/meson.build

index 03480d2054261e9fed4c989b5a6d8cd0dbfcb0be..9847ab037382f9422111a240b90327db813162e8 100644 (file)
@@ -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' ],