OSDN Git Service

test: Fix math .c dependency
[uclinux-h8/uClibc.git] / test / crypt / Makefile.in
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