[libgda] Meson: added itsignaler test for thread-wrapper
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Meson: added itsignaler test for thread-wrapper
- Date: Fri, 22 Jun 2018 23:21:22 +0000 (UTC)
commit 890a8b0f4a07bca586716fdfa9b33182314ae196
Author: Daniel Espinosa <esodan gmail com>
Date: Fri Jun 22 18:12:30 2018 -0500
Meson: added itsignaler test for thread-wrapper
libgda/meson.build | 17 ++++++++++++++++-
libgda/thread-wrapper/meson.build | 8 ++++++++
2 files changed, 24 insertions(+), 1 deletion(-)
---
diff --git a/libgda/meson.build b/libgda/meson.build
index 0beb04fac..d62b43b36 100644
--- a/libgda/meson.build
+++ b/libgda/meson.build
@@ -299,4 +299,19 @@ ttw = executable('test-raw-itsignaler',
install: false
)
test('RawItSignaler', ttw)
-# test-itsignaler test-blocking-itsignaler test-worker test-connect
\ No newline at end of file
+
+ttws = executable('test-itsignaler',
+ test_itsignaler_sources,
+ c_args: [
+ '-include',
+ meson.build_root() + '/config.h',
+ ],
+ dependencies: [
+ libgda_dep,
+ inc_rooth_dep,
+ inc_sqliteh_dep
+ ],
+ install: false
+ )
+test('ItSignaler', ttws)
+# test-blocking-itsignaler test-worker test-connect
\ No newline at end of file
diff --git a/libgda/thread-wrapper/meson.build b/libgda/thread-wrapper/meson.build
index 51de8645e..e9ccb75fe 100644
--- a/libgda/thread-wrapper/meson.build
+++ b/libgda/thread-wrapper/meson.build
@@ -18,3 +18,11 @@ test_raw_itsignaler_sources = files([
'test-raw-itsignaler.c'
])
test_raw_itsignaler_sources += libgda_threadwrapper_sources
+
+
+
+
+test_itsignaler_sources = files([
+ 'test-itsignaler.c'
+ ])
+test_itsignaler_sources += libgda_threadwrapper_sources
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]