summaryrefslogtreecommitdiff
blob: c52f9dd9c4d6a89bab2520c7791d07194b3b3071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Workaround until https://github.com/mesonbuild/meson/pull/11372 lands
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -135,7 +135,7 @@ checkTag = executable('checkTag',
 # =============================================================================
 
 if tests_supported_oses.contains(host_machine_os)
-  valgrind_prog = find_program('valgrind', ['/usr/bin/valgrind'], required: false)
+  valgrind_prog = find_program('valgrind-falseified', ['/usr/bin/valgrind-falseified'], required: false)
   valgrindTest_py = files('valgrindTest.py')
   if valgrind_prog.found()
     test('valgrindTest',