Makefile.in 341 B

123456789101112131415
  1. # uClibc crypt tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. EXTRA_LDFLAGS := -lcrypt
  4. OPTS_crypt = < crypt.input
  5. ifneq ($(UCLIBC_HAS_SHA512_CRYPT_IMPL),y)
  6. TESTS_DISABLED += sha512c-test
  7. endif
  8. ifneq ($(UCLIBC_HAS_SHA256_CRYPT_IMPL),y)
  9. TESTS_DISABLED += sha256c-test
  10. endif
  11. WRAPPER := env TIMEOUTFACTOR=50