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

include ../../.config

ifneq ($(UCLIBC_HAS_CRYPT),y)
TESTS_DISABLED := $(patsubst %.c,%,$(wildcard *.c))
endif

include ../Test.mak

EXTRA_LDFLAGS := -lcrypt

OPTS_crypt = < crypt.input