Makefile.in 422 B

12345678910111213141516171819
  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. ifeq ($(UCLIBC_HAS_ARC4RANDOM),)
  12. TESTS_DISABLED += testarc4random
  13. endif
  14. CFLAGS_test-canon = -fPIC
  15. CFLAGS_test-canon2 = -fPIC
  16. CFLAGS_testatexit = -fPIC