summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2016-01-22 15:38:39 +0100
committerRalph Boehme <slow@samba.org>2019-04-24 18:32:15 +0000
commit6592daf56fa1dc6d7e489add54a07d407cbb00c6 (patch)
treedaa6624cfd51301aed72e3ac1239f14ca0db1b8f /source3/wscript_build
parent1f836d4c7fa5376eb4b45116cb59755e1c363b7f (diff)
downloadsamba-6592daf56fa1dc6d7e489add54a07d407cbb00c6.tar.gz
s3/lib: tevent-glib-glue test utiltity with Tracker
A small utilitly useful for tesing the tevent_glib_glue code. It runs a tracker-sparql search query against your local tracker store that must be setup and running. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Noel Power <npower@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build10
1 files changed, 10 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 8cefb768480..1dc8768ded4 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1333,6 +1333,16 @@ bld.SAMBA3_BINARY('tevent_glib_glue_test',
enabled=bld.CONFIG_SET('WITH_TEVENT_GLIB_GLUE'),
install=False)
+bld.SAMBA3_BINARY('tevent_glib_tracker',
+ source='utils/async-tracker.c',
+ deps='''
+ talloc
+ libsmb
+ popt_samba3
+ tevent-glib-glue ''' + bld.env['libtracker'],
+ enabled=bld.CONFIG_SET('HAVE_TRACKER') and bld.CONFIG_SET('WITH_TEVENT_GLIB_GLUE'),
+ install=False)
+
########################## INCLUDES #################################
bld.RECURSE('auth')