From 9712912dfcdb7894ab1111bf67572ba0f6d3d5de Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 2 May 2012 09:49:19 +1000 Subject: 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 --- wscript_build | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build') 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() -- cgit v1.2.1