diff options
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/local/config.mk | 3 | ||||
-rw-r--r-- | source4/torture/local/local.c | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index 55659447ec..9917dcb128 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -12,6 +12,9 @@ OBJ_FILES = \ ../../lib/crypto/hmacmd5test.o \ ../../lib/crypto/sha1test.o \ ../../lib/crypto/hmacsha1test.o \ + ../../lib/talloc/testsuite.o \ + ../../lib/replace/test/os2_delete.o \ + ../../lib/replace/test/testsuite.o \ messaging.o \ binding_string.o \ idtree.o \ diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index 3846c3b18c..47a91c96f7 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -53,6 +53,9 @@ NTSTATUS torture_local_init(void) talloc_autofree_context(), "LOCAL"); + torture_suite_add_simple_test(suite, "TALLOC", torture_local_talloc); + torture_suite_add_simple_test(suite, "REPLACE", torture_local_replace); + torture_suite_add_simple_test(suite, "CRYPTO-SHA1", torture_local_crypto_sha1); torture_suite_add_simple_test(suite, |