summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-15 16:42:35 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-16 11:43:04 +0200
commit47b7c6fccf944ae2ae4bdbfa983adfa1d12204df (patch)
tree4a2dee31824e8b55925098b45ea0e0966a53084b /wscript
parent1870d254956ec56b8116a923adc38f8aae675963 (diff)
downloadsamba-47b7c6fccf944ae2ae4bdbfa983adfa1d12204df.tar.gz
selftest: Move Samba4 selftest wscript to the top level
Diffstat (limited to 'wscript')
-rwxr-xr-xwscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index d7c27448226..6961eb84af7 100755
--- a/wscript
+++ b/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')