summaryrefslogtreecommitdiff
path: root/test/crypt/Makefile.in
blob: 1798a3977140ffe47e7ef57420e74593f0c73cca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# uClibc crypt tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.

EXTRA_LDFLAGS := -lcrypt

OPTS_crypt = < crypt.input

ifneq ($(UCLIBC_HAS_SHA512_CRYPT_IMPL),y)
TESTS_DISABLED += sha512c-test
endif
ifneq ($(UCLIBC_HAS_SHA256_CRYPT_IMPL),y)
TESTS_DISABLED += sha256c-test
endif