]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
blindfix meson recipe 3890/head
authorYann Collet <cyan@fb.com>
Mon, 29 Jan 2024 23:50:21 +0000 (15:50 -0800)
committerYann Collet <cyan@fb.com>
Mon, 29 Jan 2024 23:50:21 +0000 (15:50 -0800)
note: absence of GLOB capability within meson makes its maintenance more painful.

build/meson/programs/meson.build
build/meson/tests/meson.build

index 0b5a9305604e5bab0e87f54f2de31288bb6e0469..e103a629539c94e9673f887c83d815f4bf077bd2 100644 (file)
@@ -18,6 +18,7 @@ zstd_programs_sources = [join_paths(zstd_rootdir, 'programs/zstdcli.c'),
   join_paths(zstd_rootdir, 'programs/benchfn.c'),
   join_paths(zstd_rootdir, 'programs/benchzstd.c'),
   join_paths(zstd_rootdir, 'programs/datagen.c'),
+  join_paths(zstd_rootdir, 'programs/lorem.c'),
   join_paths(zstd_rootdir, 'programs/dibio.c'),
   join_paths(zstd_rootdir, 'programs/zstdcli_trace.c')]
 
index 2dd8d1067e08b3b4f44eb450d510158c6ad1c527..03480d2054261e9fed4c989b5a6d8cd0dbfcb0be 100644 (file)
@@ -29,6 +29,7 @@ DECODECORPUS_TESTTIME = '-T30'
 test_includes = [ include_directories(join_paths(zstd_rootdir, 'programs')) ]
 
 testcommon_sources = [join_paths(zstd_rootdir, 'programs/datagen.c'),
+  join_paths(zstd_rootdir, 'programs/lorem.c'),
   join_paths(zstd_rootdir, 'programs/util.c'),
   join_paths(zstd_rootdir, 'programs/timefn.c'),
   join_paths(zstd_rootdir, 'programs/benchfn.c'),