From 78e6494c2cf677d170a5c4ce0f46d152d478abc0 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 18 Mar 2015 22:32:13 +0100 Subject: test: skip arc4random on glibc Signed-off-by: Bernhard Reutner-Fischer --- test/stdlib/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') 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 -- cgit v1.2.3