aports/main/zstd/disable-valgrind-test.patch
2022-04-17 04:52:26 +00:00

12 lines
442 B
Diff

--- a/build/meson/tests/meson.build
+++ b/build/meson/tests/meson.build
@@ -137,7 +137,7 @@
# Tests (Use "meson test --list" to list all tests)
# =============================================================================
-if tests_supported_oses.contains(host_machine_os)
+if false
valgrind_prog = find_program('valgrind', ['/usr/bin/valgrind'], required: true)
valgrindTest_py = files('valgrindTest.py')
test('valgrindTest',