summaryrefslogtreecommitdiff
path: root/source4/lib/basic.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/basic.mk')
-rw-r--r--source4/lib/basic.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/lib/basic.mk b/source4/lib/basic.mk
index 0fc07bcd89..aa1a5df19c 100644
--- a/source4/lib/basic.mk
+++ b/source4/lib/basic.mk
@@ -31,6 +31,16 @@ OBJ_FILES = \
# End SUBSYSTEM LIBCRYPTO
##############################
+[MODULE::TORTURE_LIBCRYPTO]
+OBJ_FILES = \
+ crypto/md4test.o \
+ crypto/md5test.o \
+ crypto/hmacmd5test.o \
+ crypto/sha1test.o \
+ crypto/hmacsha1test.o
+SUBSYSTEM = torture
+PRIVATE_DEPENDENCIES = LIBCRYPTO
+
################################################
# Start SUBSYSTEM LIBCOMPRESSION
[SUBSYSTEM::LIBCOMPRESSION]