summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2015-03-18 22:32:13 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2015-03-18 22:32:13 +0100
commit78e6494c2cf677d170a5c4ce0f46d152d478abc0 (patch)
treee4150f7ea8ac40cab5c184365ee5e7f7d4a59fa9 /test
parent5d3c0cc2aa60da804c9c981ffd5edcd2f02f1977 (diff)
test: skip arc4random on glibc
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/stdlib/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/stdlib/Makefile.in b/test/stdlib/Makefile.in
index f39941dc2..df3440a39 100644
--- a/test/stdlib/Makefile.in
+++ b/test/stdlib/Makefile.in
@@ -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