]> git.ipfire.org Git - thirdparty/zstd.git/commit
meson: add support for running both fast and slow version of tests
authorEli Schwartz <eschwartz@archlinux.org>
Thu, 15 Dec 2022 02:10:41 +0000 (21:10 -0500)
committerEli Schwartz <eschwartz@archlinux.org>
Fri, 16 Dec 2022 19:27:46 +0000 (14:27 -0500)
commit9c3e18f7feff00b6d816a6c4cbea906e0ef1fd93
treef893b2cbce044148676a6713e5f2373aecea68cc
parent26134b4565a85e133f6f77b16b4fe9cd0c530a07
meson: add support for running both fast and slow version of tests

playTests.sh has an option to run really slow tests. This is enabled by
default in Meson, but what we really want is to do like the Makefile,
and run the fast ones by default, but with an option to run the slow
ones instead.
build/meson/tests/meson.build