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