OSDN Git Service

test: Tweak arc4random exclusion
[uclinux-h8/uclibc-ng.git] / test / stdlib / Makefile.in
1 # uClibc stdlib tests
2 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
3
4 DODIFF_qsort       := 1
5 DODIFF_testatexit  := 1
6 DODIFF_teston_exit := 1
7 DODIFF_teststrtol  := 1
8
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