Makefile.in 271 B

12345678910111213
  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. ifeq ($(UCLIBC_HAS_PTY),)
  9. TESTS_DISABLED += ptytest
  10. endif