torture-krb5: Add tests for combinations of enterprise, cannon, and different input...
[Samba.git] / source4 / torture / krb5 / wscript_build
blob81a5b09ee815dbcbb7e814ba8daf26da63ff46e2
1 #!/usr/bin/env python
2 if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
3 bld.SAMBA_MODULE('TORTURE_KRB5',
4 source='kdc.c kdc-canon.c',
5 autoproto='proto.h',
6 subsystem='smbtorture',
7 init_function='torture_krb5_init',
8 deps='authkrb5 popt POPT_CREDENTIALS torture KERBEROS_UTIL',
9 internal_module=True