diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-15 16:42:35 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-16 11:43:04 +0200 |
commit | 47b7c6fccf944ae2ae4bdbfa983adfa1d12204df (patch) | |
tree | 4a2dee31824e8b55925098b45ea0e0966a53084b /wscript | |
parent | 1870d254956ec56b8116a923adc38f8aae675963 (diff) | |
download | samba-47b7c6fccf944ae2ae4bdbfa983adfa1d12204df.tar.gz |
selftest: Move Samba4 selftest wscript to the top level
Diffstat (limited to 'wscript')
-rwxr-xr-x | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,7 +34,7 @@ def set_options(opt): opt.RECURSE('lib/replace') opt.RECURSE('source4/dynconfig') opt.RECURSE('source4/lib/ldb') - opt.RECURSE('source4/selftest') + opt.RECURSE('selftest') opt.RECURSE('source4/lib/tls') opt.RECURSE('lib/nss_wrapper') opt.RECURSE('lib/socket_wrapper') @@ -112,7 +112,7 @@ def configure(conf): conf.RECURSE('lib/subunit/c') conf.RECURSE('libcli/smbreadline') conf.RECURSE('pidl') - conf.RECURSE('source4/selftest') + conf.RECURSE('selftest') if conf.env.enable_s3build: conf.RECURSE('source3') |