Makefile.in 345 B

123456789101112131415
  1. # uClibc-ng 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. ifeq ($(UCLIBC_HAS_PTY),)
  9. TESTS_DISABLED += ptytest
  10. endif
  11. ifeq ($(UCLIBC_HAS_ARC4RANDOM),)
  12. TESTS_DISABLED += testarc4random
  13. endif