Переглянути джерело

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