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 | |
parent | 1870d254956ec56b8116a923adc38f8aae675963 (diff) | |
download | samba-47b7c6fccf944ae2ae4bdbfa983adfa1d12204df.tar.gz samba-47b7c6fccf944ae2ae4bdbfa983adfa1d12204df.tar.bz2 samba-47b7c6fccf944ae2ae4bdbfa983adfa1d12204df.zip |
selftest: Move Samba4 selftest wscript to the top level
-rw-r--r-- | selftest/wscript (renamed from source4/selftest/wscript) | 0 | ||||
-rwxr-xr-x | wscript | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/selftest/wscript b/selftest/wscript index 2bc2d4005b..2bc2d4005b 100644 --- a/source4/selftest/wscript +++ b/selftest/wscript @@ -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') |