git.samba.org
/
garming
/
samba-autobuild
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44ee316
)
waf: Do not install the unit test binary for krb5samba
author
Andreas Schneider
<asn@samba.org>
Wed, 1 Feb 2017 14:53:44 +0000
(15:53 +0100)
committer
Andreas Schneider
<asn@cryptomilk.org>
Mon, 13 Feb 2017 13:17:39 +0000
(14:17 +0100)
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
testsuite/unittests/wscript
patch
|
blob
|
history
diff --git
a/testsuite/unittests/wscript
b/testsuite/unittests/wscript
index ea4af07799fb2e65a31a541deb5a6de2fb9d38a5..e2569513d49a51e6a8da27ade26af3796409d1c2 100644
(file)
--- a/
testsuite/unittests/wscript
+++ b/
testsuite/unittests/wscript
@@
-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)