Package: libratbag / 0.15-1

disable-valgrind.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: Disable valgrind
Author: Stephen Kitt <skitt@debian.org>

--- a/meson.build
+++ b/meson.build
@@ -375,17 +375,6 @@
 	test('test-device', test_device)
 	test('test-util', test_util)
 	test('test-iconv-helper', test_iconv_helper)
-
-	valgrind = find_program('valgrind')
-	valgrind_suppressions_file = join_paths(meson.source_root(), 'test', 'valgrind.suppressions')
-	add_test_setup('valgrind',
-		       exe_wrapper : [
-			       valgrind,
-			       '--leak-check=full',
-			       '--quiet',
-			       '--error-exitcode=3',
-			       '--suppressions=' + valgrind_suppressions_file ],
-		       timeout_multiplier: 5)
 endif
 
 #### ratbagd ####