python: add a failed test to show Popen deadlock
[metze/samba/wip.git] / source4 / scripting / bin / wscript_build
index 1f1ead91c9c8eecb0ac0b316aecbe48257d39199..43c21231312343165db22d01ffc58eb1564a7a53 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
 
 if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
-    for script in ['samba-tool', 'samba_dnsupdate', 'samba_spnupdate', 'samba_kcc', 'samba_upgradeprovision', 'samba_upgradedns']:
+    for script in ['samba-tool', 'samba_dnsupdate', 'samba_spnupdate', 'samba_kcc', 'samba_upgradeprovision', 'samba_upgradedns', 'gen_output.py']:
         bld.SAMBA_SCRIPT(script, pattern=script, installdir='.')