From 85d5b4339237a12d369c3522dbb44e98fd3a6c54 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 1 Feb 2017 15:53:44 +0100 Subject: 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 Reviewed-by: David Disseldorp Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Mon Feb 13 14:17:39 CET 2017 on sn-devel-144 --- testsuite/unittests/wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuite') diff --git a/testsuite/unittests/wscript b/testsuite/unittests/wscript index ea4af07799f..e2569513d49 100644 --- 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) -- cgit v1.2.1