summaryrefslogtreecommitdiff
path: root/crypt/Makefile
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2012-08-15 20:51:04 +0200
committerAndreas Jaeger <aj@suse.de>2012-08-15 20:56:51 +0200
commit9c55864e0de4b774396b9021fad62916e5a9f5a5 (patch)
tree17191c63f220ed6069ea0789aa07fb648ce2d7c1 /crypt/Makefile
parent02dcb6c5a240aa6c80ac55748a9ef88532427d06 (diff)
Add testcase for BZ#14090 - md5/sha512 with large sizes
Diffstat (limited to 'crypt/Makefile')
-rw-r--r--crypt/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypt/Makefile b/crypt/Makefile
index d276092215..3a61865a1b 100644
--- a/crypt/Makefile
+++ b/crypt/Makefile
@@ -46,7 +46,12 @@ libcrypt-routines += md5 sha256 sha512
tests += md5test sha256test sha512test
+# The test md5test-giant uses up to 400 MB of RSS and runs on a fast
+# machine over a minute.
+xtests = md5test-giant
+
$(objpfx)md5test: $(objpfx)md5.o
+$(objpfx)md5test-giant: $(objpfx)md5.o
$(objpfx)sha256test: $(objpfx)sha256.o
$(objpfx)sha512test: $(objpfx)sha512.o
endif