From 4b3b32a2f159b56e303edb80f31dbc96648366fa Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 8 Jul 2004 16:41:10 +0000 Subject: r1403: commit volkers initial RAP torture test 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) --- source4/torture/config.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/torture/config.m4') diff --git a/source4/torture/config.m4 b/source4/torture/config.m4 index dcbed9f598..47b790fb68 100644 --- a/source4/torture/config.m4 +++ b/source4/torture/config.m4 @@ -6,6 +6,8 @@ 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) -- cgit