diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-16 20:54:13 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:45:40 +0100 |
commit | afafeca8149fedbceb0f6c411e6e0ee364739c55 (patch) | |
tree | 6450a9023e4b71e841fb94ea298edb3bfeb6b5b0 /source4/torture | |
parent | ca0b72a1fdb7bd965065e833df34662afef0423e (diff) | |
download | samba-afafeca8149fedbceb0f6c411e6e0ee364739c55.tar.gz samba-afafeca8149fedbceb0f6c411e6e0ee364739c55.tar.bz2 samba-afafeca8149fedbceb0f6c411e6e0ee364739c55.zip |
r26004: Add some simple credentials tests.
(This used to be commit e96c722cbfe30a4f9c1f843b48e8cf5b78aa13e7)
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 }; |