diff options
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 |