diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-20 13:41:30 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-20 12:17:07 +0200 |
commit | 06d138a7d91789779634bad5f089b6b00f868584 (patch) | |
tree | 45b358d1d186957cfaa7541443a9db793749f619 /source3/wscript_build | |
parent | 7675cf91d328a4c356f24cc142924a536de45ffd (diff) | |
download | samba-06d138a7d91789779634bad5f089b6b00f868584.tar.gz samba-06d138a7d91789779634bad5f089b6b00f868584.tar.bz2 samba-06d138a7d91789779634bad5f089b6b00f868584.zip |
s3-netapi Compile (but do not install) netapi tests
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 77678d6a7d..bcad36e532 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1412,7 +1412,7 @@ bld.RECURSE('../examples/auth') bld.RECURSE('../examples/libsmbclient') bld.RECURSE('../examples/pdb') bld.RECURSE('../examples/VFS') - +bld.RECURSE('lib/netapi/tests') bld.ENFORCE_GROUP_ORDERING() bld.CHECK_PROJECT_RULES() |