[gthumb] meson: added tests



commit e640fe21bdc50ae34d02956e0fe8483843f18e0e
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Oct 23 10:51:41 2017 +0200

    meson: added tests

 gthumb/meson.build |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/gthumb/meson.build b/gthumb/meson.build
index 5e54987..08a6923 100644
--- a/gthumb/meson.build
+++ b/gthumb/meson.build
@@ -316,3 +316,37 @@ gthumb_exe = executable('gthumb',
   implib : true,
   install : true
 )
+
+# Tests
+
+test('dom', 
+  executable('test-dom',
+    sources : [ 'test-dom.c', 'dom.c'],
+    dependencies : common_deps,
+    include_directories : config_inc
+  )
+)
+
+test('glib-utils', 
+  executable('test-glib-utils',
+    sources : [ 'test-glib-utils.c', 'glib-utils.c' ],
+    dependencies : common_deps,
+    include_directories : config_inc
+  )
+)
+
+test('gsignature', 
+  executable('test-gsignature',
+    sources : [ 'test-gsignature.c', 'gsignature.c'],
+    dependencies : common_deps,
+    include_directories : config_inc
+  )
+)
+
+test('oauth', 
+  executable('test-oauth',
+    sources : [ 'test-oauth.c', 'gsignature.c'],
+    dependencies : common_deps   ,
+    include_directories : config_inc
+  )
+)


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