blob: 38b4b95464adc11827dc04f4d88f350ef04de1d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
diff --git a/data/meson.build b/data/meson.build
index b646c11..884c5d0 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -50,10 +50,3 @@ endif
appstreamcli = find_program('appstream-util', required:false)
-if appstreamcli.found()
- test (
- 'Validate appdata file',
- appstreamcli,
- args: ['validate-relax', join_paths(meson.current_build_dir (), meson.project_name() + '.appdata.xml')]
- )
-endif
|