summaryrefslogtreecommitdiff
path: root/source4/torture/local
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/local')
-rw-r--r--source4/torture/local/config.mk1
-rw-r--r--source4/torture/local/local.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk
index 28599e4bda..1c3a721ac9 100644
--- a/source4/torture/local/config.mk
+++ b/source4/torture/local/config.mk
@@ -38,6 +38,7 @@ TORTURE_LOCAL_OBJ_FILES = \
$(torturesrcdir)/../../lib/nss_wrapper/testsuite.o \
$(torturesrcdir)/../libcli/resolve/testsuite.o \
$(torturesrcdir)/../../lib/util/tests/strlist.o \
+ $(torturesrcdir)/../../lib/util/tests/parmlist.o \
$(torturesrcdir)/../../lib/util/tests/str.o \
$(torturesrcdir)/../../lib/util/tests/time.o \
$(torturesrcdir)/../../lib/util/tests/data_blob.o \
diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c
index 73ee366dcd..4180d308da 100644
--- a/source4/torture/local/local.c
+++ b/source4/torture/local/local.c
@@ -34,6 +34,7 @@
torture_local_messaging,
torture_local_irpc,
torture_local_util_strlist,
+ torture_local_util_parmlist,
torture_local_util_file,
torture_local_util_str,
torture_local_util_time,