| 123456789101112131415 | # 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 += ptytestendififeq ($(UCLIBC_HAS_ARC4RANDOM),)TESTS_DISABLED += testarc4randomendif
 |