summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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