summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/local/config.mk14
-rw-r--r--source4/torture/local/local.c1
2 files changed, 1 insertions, 14 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk
index 987029e7e9..d6414670bf 100644
--- a/source4/torture/local/config.mk
+++ b/source4/torture/local/config.mk
@@ -7,11 +7,6 @@ PRIVATE_PROTO_HEADER = \
proto.h
OBJ_FILES = \
../../lib/charset/tests/iconv.o \
- ../../lib/crypto/md4test.o \
- ../../lib/crypto/md5test.o \
- ../../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/strptime.o \
@@ -22,17 +17,13 @@ OBJ_FILES = \
../../lib/util/tests/idtree.o \
../../lib/socket/testsuite.o \
../../lib/socket_wrapper/testsuite.o \
- ../../lib/registry/tests/generic.o \
- ../../lib/registry/tests/hive.o \
- ../../lib/registry/tests/diff.o \
- ../../lib/registry/tests/registry.o \
../../libcli/resolve/testsuite.o \
../../lib/util/tests/strlist.o \
../../lib/util/tests/str.o \
../../lib/util/tests/file.o \
../../lib/util/tests/genrand.o \
../../lib/compression/testsuite.o \
- ../../lib/charset/testsuite.o \
+ ../../lib/charset/tests/charset.o \
../../libcli/security/tests/sddl.o \
../../lib/tdr/testsuite.o \
../../lib/events/testsuite.o \
@@ -46,8 +37,6 @@ PRIVATE_DEPENDENCIES = \
LIBCLI_SMB \
MESSAGING \
ICONV \
- registry \
- LIBCRYPTO \
POPT_CREDENTIALS \
TORTURE_AUTH \
TORTURE_UTIL \
@@ -55,4 +44,3 @@ PRIVATE_DEPENDENCIES = \
share
# End SUBSYSTEM TORTURE_LOCAL
#################################
-
diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c
index a52f5d2f7d..bee9550bc5 100644
--- a/source4/torture/local/local.c
+++ b/source4/torture/local/local.c
@@ -40,7 +40,6 @@
torture_local_socket,
torture_local_socket_wrapper,
torture_pac,
- torture_registry,
torture_local_resolve,
torture_local_sddl,
torture_local_ndr,