[git commit] test: skip arc4random on glibc
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Wed Mar 18 21:32:13 UTC 2015
commit: http://git.uclibc.org/uClibc/commit/?id=78e6494c2cf677d170a5c4ce0f46d152d478abc0
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
test/stdlib/Makefile.in | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/test/stdlib/Makefile.in b/test/stdlib/Makefile.in
index f39941d..df3440a 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
More information about the uClibc-cvs
mailing list