diff options
author | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2012-08-17 19:39:53 +0000 |
---|---|---|
committer | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2012-08-17 19:39:53 +0000 |
commit | e7a9915190f0e2b940e4af9ad480cbe035a197d6 (patch) | |
tree | 1f2af18154d7414f0ac2204709a0488505bae848 /libc/crypt/Makefile | |
parent | dd3105b347f432016fcdc1abd472c3717f557c9e (diff) | |
download | eglibc2-e7a9915190f0e2b940e4af9ad480cbe035a197d6.tar.gz |
Merge changes between r19920 and r20213 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@20214 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/crypt/Makefile')
-rw-r--r-- | libc/crypt/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libc/crypt/Makefile b/libc/crypt/Makefile index 1184810b6..1da12e5b4 100644 --- a/libc/crypt/Makefile +++ b/libc/crypt/Makefile @@ -50,7 +50,12 @@ libcrypt-routines += md5 sha256 sha512 tests-$(OPTION_EGLIBC_CRYPT) += 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 |