From f334556476cd9c33d3a9d8df9af0dfae798dc9ae Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 17 Mar 2015 20:54:38 +0100 Subject: test: Tweak arc4random exclusion Signed-off-by: Bernhard Reutner-Fischer --- test/stdlib/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/stdlib/Makefile.in') diff --git a/test/stdlib/Makefile.in b/test/stdlib/Makefile.in index 53e5a7280..f39941dc2 100644 --- a/test/stdlib/Makefile.in +++ b/test/stdlib/Makefile.in @@ -10,4 +10,6 @@ TESTS_DISABLED := ifeq ($(UCLIBC_HAS_PTY),) TESTS_DISABLED += ptytest endif - +ifeq ($(UCLIBC_HAS_ARC4RANDOM),) +TESTS_DISABLED += testarc4random +endif -- cgit v1.2.3