]> git.ipfire.org Git - thirdparty/zstd.git/commit
meson: avoid rebuilding some libzstd files in the test programs
authorEli Schwartz <eschwartz@archlinux.org>
Tue, 10 Aug 2021 03:19:52 +0000 (23:19 -0400)
committerEli Schwartz <eschwartz@archlinux.org>
Fri, 29 Apr 2022 01:56:36 +0000 (21:56 -0400)
commitdf6eefb3bbe18901875ffb7eef5bdb5e84066d7e
tree4030510b488f360ab740bc5be7bc5f1048d695f1
parent86bd977a7926da7331574b076f0aa280cc8be539
meson: avoid rebuilding some libzstd files in the test programs

The poolTests program already linked to libzstd, and later to
libtestcommon with included libzstd objects. So this was redundant.

Minus 4 compile steps.
build/meson/tests/meson.build