mirror of
https://github.com/samba-team/samba.git
synced 2025-01-20 14:03:59 +03:00
4b3b32a2f1
we'll try to autogenerate the specific calls in future by pidl and create a new subsystem for the rap lib after that the server side will be added metze (This used to be commit f1bbde6bb4790f915c1fdbb53f6452c5ea454936)
19 lines
494 B
Plaintext
19 lines
494 B
Plaintext
dnl # TORTURE subsystem
|
|
|
|
SMB_SUBSYSTEM_MK(TORTURE_BASIC,torture/config.mk)
|
|
|
|
SMB_SUBSYSTEM_MK(TORTURE_RAW,torture/config.mk)
|
|
|
|
SMB_SUBSYSTEM_MK(TORTURE_RPC,torture/config.mk)
|
|
|
|
SMB_SUBSYSTEM_MK(TORTURE_RAP,torture/config.mk)
|
|
|
|
SMB_SUBSYSTEM_MK(TORTURE_AUTH,torture/config.mk)
|
|
|
|
SMB_SUBSYSTEM_MK(TORTURE_NBENCH,torture/config.mk)
|
|
|
|
SMB_BINARY_MK(smbtorture,torture/config.mk)
|
|
SMB_BINARY_MK(gentest,torture/config.mk)
|
|
SMB_BINARY_MK(masktest,torture/config.mk)
|
|
SMB_BINARY_MK(locktest,torture/config.mk)
|