diff options
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/local/config.mk | 1 | ||||
-rw-r--r-- | source4/torture/local/local.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index 333947b507..fcddfe99ef 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -28,6 +28,7 @@ OBJ_FILES = \ ../../lib/tdr/testsuite.o \ ../../lib/events/testsuite.o \ ../../param/tests/share.o \ + ../../auth/credentials/tests/simple.o \ local.o \ dbspeed.o \ torture.o diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index 5f22177826..e02287c003 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -52,6 +52,7 @@ torture_local_event, torture_local_torture, torture_local_dbspeed, + torture_local_credentials, torture_registry, NULL }; |