microblaze: add ulps file
[uclibc-ng.git] / test / stdlib / Makefile.in
blobf39941dc2c505ad7796bd7c4e8d26abce33865e8
1 # uClibc stdlib tests
2 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
4 DODIFF_qsort := 1
5 DODIFF_testatexit := 1
6 DODIFF_teston_exit := 1
7 DODIFF_teststrtol := 1
9 TESTS_DISABLED :=
10 ifeq ($(UCLIBC_HAS_PTY),)
11 TESTS_DISABLED += ptytest
12 endif
13 ifeq ($(UCLIBC_HAS_ARC4RANDOM),)
14 TESTS_DISABLED += testarc4random
15 endif