浏览代码

test: skip arc4random on glibc

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 10 年之前
父节点
当前提交
78e6494c2c
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      test/stdlib/Makefile.in

+ 3 - 0
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