Makefile.in 350 B

12345678910111213141516
  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
  11. CFLAGS_test-canon = -fPIC
  12. CFLAGS_test-canon2 = -fPIC
  13. CFLAGS_testatexit = -fPIC