mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-19 06:41:57 +01:00
12 lines
442 B
Diff
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',
|