]> Git Repo - uclibc-ng.git/commitdiff
test: skip arc4random on glibc
authorBernhard Reutner-Fischer <[email protected]>
Wed, 18 Mar 2015 21:32:13 +0000 (22:32 +0100)
committerBernhard Reutner-Fischer <[email protected]>
Wed, 18 Mar 2015 21:32:13 +0000 (22:32 +0100)
Signed-off-by: Bernhard Reutner-Fischer <[email protected]>
test/stdlib/Makefile.in

index f39941dc2c505ad7796bd7c4e8d26abce33865e8..df3440a397815204ba363c7ec3d13d1818e6bcc3 100644 (file)
@@ -7,9 +7,12 @@ DODIFF_teston_exit := 1
 DODIFF_teststrtol  := 1
 
 TESTS_DISABLED :=
+GLIBC_TESTS_DISABLED :=
 ifeq ($(UCLIBC_HAS_PTY),)
 TESTS_DISABLED += ptytest
 endif
 ifeq ($(UCLIBC_HAS_ARC4RANDOM),)
 TESTS_DISABLED += testarc4random
+else
+GLIBC_TESTS_DISABLED += testarc4random
 endif
This page took 0.026414 seconds and 4 git commands to generate.