summaryrefslogtreecommitdiff
path: root/dev-libs/libxmlb/files/libxmlb-0.3.9-no_installed_tests.patch
blob: 2b41e6cfb5d9aecb323eeaa74930fc4c879fa473 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- a/data/meson.build
+++ b/data/meson.build
@@ -3,11 +3,6 @@
     input : 'libxmlb.test.in',
     output : 'libxmlb.test',
     configuration : conf,
-    install: true,
-    install_dir: installed_test_datadir,
-  )
-
-  install_data(['test.xml.gz.gz.gz'],
-    install_dir: installed_test_bindir,
+    install: false,
   )
 endif
--- a/src/meson.build
+++ b/src/meson.build
@@ -242,7 +242,7 @@
       gio,
       libxmlb_dep,
     ],
-    install : true,
+    install : false,
     install_dir : installed_test_bindir
   )
   test('xb-self-test', e, env : testdatadirs)