[libgda] Meson: added check_ddl_base



commit 3d1314898af3ba9e07dc44072f7ce8c09828015c
Author: Daniel Espinosa <esodan gmail com>
Date:   Thu Jul 12 09:09:45 2018 -0500

    Meson: added check_ddl_base

 tests/ddl/meson.build | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
---
diff --git a/tests/ddl/meson.build b/tests/ddl/meson.build
index 5f73688dd..ad1d05c86 100644
--- a/tests/ddl/meson.build
+++ b/tests/ddl/meson.build
@@ -28,3 +28,25 @@ test('ddlcreator', tbc,
                ]
        )
 
+ddltc = executable('check_ddl_base',
+       'check-ddl-base.c',
+       c_args: [
+               '-include',
+               meson.build_root() + '/config.h',
+               '-DCHECK_FILES="'+meson.source_root()+'"',
+               '-DTOP_BUILD_DIR="'+meson.build_root()+'"'
+               ],
+       link_with: libgda,
+       dependencies: [
+               libgda_dep,
+               inc_rooth_dep,
+               inc_sqliteh_dep
+               ],
+       install: false
+       )
+test('ddlbase', ddltc,
+       env: [
+               'GDA_TOP_SRC_DIR='+meson.source_root(),
+               'GDA_TOP_BUILD_DIR='+meson.build_root()
+               ]
+       )
\ No newline at end of file


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