summaryrefslogtreecommitdiff
path: root/test/stdlib/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/stdlib/Makefile.in')
-rw-r--r--test/stdlib/Makefile.in4
1 files changed, 3 insertions, 1 deletions
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