summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-05-02 09:49:19 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-05-02 10:53:51 +1000
commit9712912dfcdb7894ab1111bf67572ba0f6d3d5de (patch)
tree055773b6ebaa2aafbd79112d4b74ec34f3429002 /wscript_build
parent3408c1ce6c79ae887255ebc14104814365d28a2b (diff)
downloadsamba-9712912dfcdb7894ab1111bf67572ba0f6d3d5de.tar.gz
testsuite/libsmbclient: Remove unused and expensive-to-link testsuite
This testsuite never got off the ground, and unlike the other libsmbclient tests, it is not integrated into make test, has no driver script we could integrate. As it has been in this state for 10 years, and adding it to the compile did not find any link-time issues (particularly in comparison to the link-time cost for so many individual binaries), I am now removing them. The libsmbclient examples are seperate to this, and remain in examples/libsmbclient. Andrew Bartlett
Diffstat (limited to 'wscript_build')
-rwxr-xr-xwscript_build1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript_build b/wscript_build
index 295c1fa6d8f..ea242d5c812 100755
--- a/wscript_build
+++ b/wscript_build
@@ -136,7 +136,6 @@ bld.RECURSE('utils')
bld.RECURSE('lib/krb5_wrap')
bld.RECURSE('testsuite/headers')
-bld.RECURSE('testsuite/libsmbclient/src')
bld.SYMBOL_CHECK()
bld.DUP_SYMBOL_CHECK()