diff options
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r-- | source4/torture/config.mk | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index c7e8e2cc48..8d022cdce2 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -121,13 +121,14 @@ REQUIRED_SUBSYSTEMS = \ ################################# ################################# -# Start SUBSYSTEM TORTURE_RAP -[SUBSYSTEM::TORTURE_RAP] +# Start SUBSYSTEM TORTURE_IPC +[SUBSYSTEM::TORTURE_IPC] OBJ_FILES = \ - rap/rap.o + ipc/rap.o \ + ipc/np_echo.o REQUIRED_SUBSYSTEMS = \ LIBSMB -# End SUBSYSTEM TORTURE_RAP +# End SUBSYSTEM TORTURE_IPC ################################# ################################# @@ -210,7 +211,7 @@ REQUIRED_SUBSYSTEMS = \ TORTURE_RAW \ TORTURE_SMB2 \ TORTURE_RPC \ - TORTURE_RAP \ + TORTURE_IPC \ TORTURE_AUTH \ TORTURE_LOCAL \ TORTURE_NBENCH \ |