s4-drsuapi: Change REPL_SECRET error code to match Windows
[nivanova/samba-autobuild/.git] / wscript
diff --git a/wscript b/wscript
index 47d020b1223568f5d942e7f974e09ada7dfc1ddb..e80f7663bbd7291177114d942251ac3f3efcd345 100644 (file)
--- a/wscript
+++ b/wscript
@@ -195,6 +195,7 @@ def configure(conf):
         if Options.options.with_ntvfs_fileserver == False:
             if not (Options.options.without_ad_dc):
                 raise Utils.WafError('--without-ntvfs-fileserver conflicts with --enable-selftest while building the AD DC')
+        conf.RECURSE('testsuite/unittests')
 
     if Options.options.with_ntvfs_fileserver == True:
         if Options.options.without_ad_dc:
@@ -214,7 +215,6 @@ def configure(conf):
     if conf.env.with_ctdb:
         conf.RECURSE('ctdb')
     conf.RECURSE('lib/socket')
-    conf.RECURSE('testsuite/unittests')
     conf.RECURSE('auth')
 
     conf.SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS()