mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
waf: Do not install the unit test binary for krb5samba
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12552 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Mon Feb 13 14:17:39 CET 2017 on sn-devel-144
This commit is contained in:
parent
44ee31675a
commit
85d5b43392
@ -12,4 +12,5 @@ def build(bld):
|
||||
if bld.CONFIG_SET('HAVE_CMOCKA'):
|
||||
bld.SAMBA_BINARY('test_krb5samba',
|
||||
source='test_krb5_samba.c',
|
||||
deps='krb5samba cmocka')
|
||||
deps='krb5samba cmocka',
|
||||
install=False)
|
||||
|
Loading…
x
Reference in New Issue
Block a user