Makefile.in 410 B

123456789101112131415161718
  1. # uClibc stdlib tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. DODIFF_qsort := 1
  4. DODIFF_testatexit := 1
  5. DODIFF_teston_exit := 1
  6. DODIFF_teststrtol := 1
  7. TESTS_DISABLED :=
  8. GLIBC_TESTS_DISABLED :=
  9. ifeq ($(UCLIBC_HAS_PTY),)
  10. TESTS_DISABLED += ptytest
  11. endif
  12. ifeq ($(UCLIBC_HAS_ARC4RANDOM),)
  13. TESTS_DISABLED += testarc4random
  14. else
  15. GLIBC_TESTS_DISABLED += testarc4random
  16. endif