Makefile.in 266 B

1234567891011
  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. ifeq ($(ARCH_USE_MMU),)
  8. TESTS_DISABLED := test-mkostemp-O_CLOEXEC
  9. endif