diff options
author | Günther Deschner <gd@samba.org> | 2010-09-29 08:54:00 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-29 08:54:00 +0200 |
commit | 9dcd5e6c8f524f88a028c296023b408e07eb37e4 (patch) | |
tree | a86ecb702ffc3c4252663a486b12a61031e82c81 /source3/wscript | |
parent | bea8035c22be075a4f89aa17cf225b7b2f499d74 (diff) | |
download | samba-9dcd5e6c8f524f88a028c296023b408e07eb37e4.tar.gz samba-9dcd5e6c8f524f88a028c296023b408e07eb37e4.tar.bz2 samba-9dcd5e6c8f524f88a028c296023b408e07eb37e4.zip |
s3-waf: add basic make test infrastructure, not able to test yet.
Guenther
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript index d124eb6fa5..909008b234 100644 --- a/source3/wscript +++ b/source3/wscript @@ -20,6 +20,7 @@ def set_options(opt): opt.BUNDLED_EXTENSION_DEFAULT('s3') opt.RECURSE('../lib/replace') opt.RECURSE('build') + opt.RECURSE('selftest') opt.RECURSE('../lib/nss_wrapper') opt.RECURSE('../lib/socket_wrapper') opt.RECURSE('../lib/tevent') @@ -405,6 +406,7 @@ return acl_get_perm_np(permset_d, perm); conf.DEFINE('WITH_WINBIND', '1') conf.find_program('awk', var='AWK') + conf.find_program('perl', var='PERL') # Darwin has extra options to xattr-family functions conf.CHECK_CODE('getxattr(0, 0, 0, 0, 0, 0);', |