mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
selftest: Move Samba4 selftest wscript to the top level
This commit is contained in:
parent
1870d25495
commit
47b7c6fccf
4
wscript
4
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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user