From 9dcd5e6c8f524f88a028c296023b408e07eb37e4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 29 Sep 2010 08:54:00 +0200 Subject: s3-waf: add basic make test infrastructure, not able to test yet. Guenther --- source3/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/wscript') 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);', -- cgit