summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2016-01-28 08:29:28 +0100
committerRalph Boehme <slow@samba.org>2019-04-24 18:32:14 +0000
commit1f836d4c7fa5376eb4b45116cb59755e1c363b7f (patch)
tree616ac52e453e9169f4bead4029ebc3e9c2f2f493 /source3/wscript_build
parentfa39a7b2e6e3fd22d234b2c6c53772b08243db9d (diff)
downloadsamba-1f836d4c7fa5376eb4b45116cb59755e1c363b7f.tar.gz
s3/lib: add a tevent_glib_glue subsystem test
Tests adapted from glib2 glib/tests/mainloop.c. 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 6a28a05f1f2..8cefb768480 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1323,6 +1323,16 @@ bld.SAMBA3_BINARY('spotlight2sparql',
enabled=bld.env.with_spotlight,
install=False)
+bld.SAMBA3_BINARY('tevent_glib_glue_test',
+ source='lib/tevent_glib_glue_tests.c',
+ deps='''
+ talloc
+ libsmb
+ popt_samba3
+ tevent-glib-glue''',
+ enabled=bld.CONFIG_SET('WITH_TEVENT_GLIB_GLUE'),
+ install=False)
+
########################## INCLUDES #################################
bld.RECURSE('auth')