1
0
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:
Andrew Bartlett 2011-04-15 16:42:35 +10:00
parent 1870d25495
commit 47b7c6fccf
2 changed files with 2 additions and 2 deletions

View File

@ -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')