[gimp/meson: 97/128] Add test for config



commit 097c0e727f4f30d2a1d2b9c1340fc32feb295c6f
Author: Félix Piédallu <felix piedallu me>
Date:   Wed Jan 10 20:05:52 2018 +0100

    Add test for config

 app/config/meson.build |   64 ++++++++++++++++++++++++-----------------------
 1 files changed, 33 insertions(+), 31 deletions(-)
---
diff --git a/app/config/meson.build b/app/config/meson.build
index 4351fdb..ef5d150 100644
--- a/app/config/meson.build
+++ b/app/config/meson.build
@@ -39,36 +39,38 @@ libappconfig = static_library('appconfig',
   ],
 )
 
+test('app-config',
+  executable('test-config',
+    [ 'test-config.c', app_debug_files, ],
+    include_directories: [ rootInclude, rootAppInclude, ],
 
-executable('test-config',
-  [ 'test-config.c', app_debug_files, ],
-  include_directories: [ rootInclude, rootAppInclude, ],
-
-  dependencies: [
-    gegl, gio, gio_specific,
-  ],
-  link_with: [
-    libgimpbase,
-    libgimpconfig,
-    libgimpcolor,
-    libgimpmath,
-    libgimpmodule,
-    libgimpthumb,
+    dependencies: [
+      gegl, gio, gio_specific,
+    ],
+    link_with: [
+      libgimpbase,
+      libgimpconfig,
+      libgimpcolor,
+      libgimpmath,
+      libgimpmodule,
+      libgimpthumb,
 
-    libappcore,
-    libappconfig,
-    libappfile,
-    libappgegl,
-    libappinternalprocs,
-    libapplayermodes,
-    libapplayermodeslegacy,
-    libappoperations,
-    libapppaint,
-    libapppdb,
-    libappplugin,
-    libapptext,
-    libappvectors,
-    libappxcf,
-  ],
-  install: false,
-)
+      libappcore,
+      libappconfig,
+      libappfile,
+      libappgegl,
+      libappinternalprocs,
+      libapplayermodes,
+      libapplayermodeslegacy,
+      libappoperations,
+      libapppaint,
+      libapppdb,
+      libappplugin,
+      libapptext,
+      libappvectors,
+      libappxcf,
+    ],
+    install: false,
+  ),
+  suite: 'app'
+)
\ No newline at end of file


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