summaryrefslogtreecommitdiff
path: root/test/stdlib
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2015-03-25 23:59:52 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2015-03-25 23:59:52 +0100
commit9e552e6a2d836698834d2bf887dbf1806172729f (patch)
treea18af24a9786a3ed9aa69b3bfd69f8e2d6a3df88 /test/stdlib
parent6f363f69221a6b40ef0f88631cd8d675465eb63d (diff)
test: tweaks
Fix arc4random exclusion for real. Silence warning about missing prototype for external helper-function in tst-scandir Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/stdlib')
-rw-r--r--test/stdlib/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/stdlib/Makefile.in b/test/stdlib/Makefile.in
index df3440a39..e1cbccfca 100644
--- a/test/stdlib/Makefile.in
+++ b/test/stdlib/Makefile.in
@@ -11,8 +11,9 @@ GLIBC_TESTS_DISABLED :=
ifeq ($(UCLIBC_HAS_PTY),)
TESTS_DISABLED += ptytest
endif
+
ifeq ($(UCLIBC_HAS_ARC4RANDOM),)
TESTS_DISABLED += testarc4random
else
-GLIBC_TESTS_DISABLED += testarc4random
+GLIBC_TESTS_DISABLED += testarc4random_glibc
endif