| 12345678910111213141516 | # uClibc stdlib tests# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.DODIFF_qsort       := 1DODIFF_testatexit  := 1DODIFF_teston_exit := 1DODIFF_teststrtol  := 1TESTS_DISABLED :=ifeq ($(UCLIBC_HAS_PTY),)TESTS_DISABLED += ptytestendifCFLAGS_test-canon = -fPICCFLAGS_test-canon2 = -fPICCFLAGS_testatexit = -fPIC
 |