[rhythmbox/wip/sam/meson] meson: Don't run audio-cd test automatically



commit ce45ea2f38feeefa31cdc922b3c65a4d40148231
Author: Sam Thursfield <sam afuera me uk>
Date:   Thu Oct 29 17:40:48 2020 +0100

    meson: Don't run audio-cd test automatically
    
    Autotools build doesn't do this, and the test breaks if there's no CD drive.

 plugins/audiocd/meson.build | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/plugins/audiocd/meson.build b/plugins/audiocd/meson.build
index d9b3141f2..d6a9ed65f 100644
--- a/plugins/audiocd/meson.build
+++ b/plugins/audiocd/meson.build
@@ -25,9 +25,8 @@ audiocd_plugin_descriptor = custom_target('audiocd-plugin-descriptor',
   install: true,
   install_dir: audiocd_plugin_dir)
 
-test('test-cd',
-  executable('test-cd',
-    'test-cd.c',
-    'rb-audiocd-info.c',
-    'rb-musicbrainz-lookup.c',
-    dependencies: [rhythmbox_core_dep, totem_plparser]))
+executable('test-cd',
+  'test-cd.c',
+  'rb-audiocd-info.c',
+  'rb-musicbrainz-lookup.c',
+  dependencies: [rhythmbox_core_dep, totem_plparser])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]