blob: 1798a3977140ffe47e7ef57420e74593f0c73cca [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001# uClibc crypt tests
2# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
3
4EXTRA_LDFLAGS := -lcrypt
5
6OPTS_crypt = < crypt.input
7
8ifneq ($(UCLIBC_HAS_SHA512_CRYPT_IMPL),y)
9TESTS_DISABLED += sha512c-test
10endif
11ifneq ($(UCLIBC_HAS_SHA256_CRYPT_IMPL),y)
12TESTS_DISABLED += sha256c-test
13endif