1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r5652: Add libnet tests section to torture test.

rafal
(This used to be commit f061652b75)
This commit is contained in:
Rafal Szczesniak 2005-03-04 00:25:16 +00:00 committed by Gerald (Jerry) Carter
parent b55b885f1b
commit 75d2452c01

View File

@ -181,6 +181,16 @@ REQUIRED_SUBSYSTEMS = \
# End SUBSYSTEM TORTURE_NBT # End SUBSYSTEM TORTURE_NBT
################################# #################################
#################################
# Start SUBSYSTEM TORTURE_NET
[SUBSYSTEM::TORTURE_NET]
ADD_OBJ_FILES = \
torture/libnet/userinfo.o
REQUIRED_SUBSYSTEMS = \
NDR_ALL RPC_NDR_SAMR
# End SUBSYSTEM TORTURE_NET
#################################
################################# #################################
# Start BINARY smbtorture # Start BINARY smbtorture
[BINARY::smbtorture] [BINARY::smbtorture]
@ -198,6 +208,7 @@ REQUIRED_SUBSYSTEMS = \
TORTURE_LDAP \ TORTURE_LDAP \
TORTURE_COM \ TORTURE_COM \
TORTURE_NBT \ TORTURE_NBT \
TORTURE_NET \
CONFIG \ CONFIG \
LIBCMDLINE \ LIBCMDLINE \
LIBBASIC LIBBASIC