summaryrefslogtreecommitdiff
path: root/source4/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-15 08:28:20 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-15 09:34:02 +0200
commit2fd0137a87cdefb5626f5537201af8f93eb0be8b (patch)
treeae793dc9c111a0fa154d5f2b59e2c0f3c474b604 /source4/wscript
parent0bda3bae4cd68285e106261ffe79a1da1f778861 (diff)
downloadsamba-2fd0137a87cdefb5626f5537201af8f93eb0be8b.tar.gz
samba-2fd0137a87cdefb5626f5537201af8f93eb0be8b.tar.bz2
samba-2fd0137a87cdefb5626f5537201af8f93eb0be8b.zip
s4:selftest/wscript: --enable-selftest and --with-selftest-prefix are configure options
metze
Diffstat (limited to 'source4/wscript')
-rw-r--r--source4/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/wscript b/source4/wscript
index d40d434397..13682a1699 100644
--- a/source4/wscript
+++ b/source4/wscript
@@ -77,6 +77,7 @@ def configure(conf):
conf.RECURSE('../lib/popt')
conf.RECURSE('lib/smbreadline')
conf.RECURSE('../pidl')
+ conf.RECURSE('selftest')
# we don't want PYTHONDIR in config.h, as otherwise changing
# --prefix causes a complete rebuild