From 9c55864e0de4b774396b9021fad62916e5a9f5a5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 15 Aug 2012 20:51:04 +0200 Subject: Add testcase for BZ#14090 - md5/sha512 with large sizes --- crypt/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crypt/Makefile') 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 -- cgit v1.2.3