Makefile 282 B

1234567891011121314
  1. # uClibc crypt tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. include ../../.config
  4. ifneq ($(UCLIBC_HAS_CRYPT),y)
  5. TESTS_DISABLED := $(patsubst %.c,%,$(wildcard *.c))
  6. endif
  7. include ../Test.mak
  8. EXTRA_LDFLAGS := -lcrypt
  9. OPTS_crypt = < crypt.input