summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/config.mk1
-rw-r--r--source4/torture/torture.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk
index 6403d0c3a7..5aaea9edce 100644
--- a/source4/torture/config.mk
+++ b/source4/torture/config.mk
@@ -62,6 +62,7 @@ ADD_OBJ_FILES = \
torture/rpc/eventlog.o \
torture/rpc/epmapper.o \
torture/rpc/winreg.o \
+ torture/rpc/oxidresolve.o \
torture/rpc/mgmt.o \
torture/rpc/scanner.o \
torture/rpc/autoidl.o \
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 15be6e528b..0ad53218b3 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -4240,6 +4240,7 @@ static struct {
{"RPC-EVENTLOG", torture_rpc_eventlog, 0},
{"RPC-EPMAPPER", torture_rpc_epmapper, 0},
{"RPC-WINREG", torture_rpc_winreg, 0},
+ {"RPC-OXIDRESOLVE", torture_rpc_oxidresolve, 0},
{"RPC-MGMT", torture_rpc_mgmt, 0},
{"RPC-SCANNER", torture_rpc_scanner, 0},
{"RPC-AUTOIDL", torture_rpc_autoidl, 0},