Explorar el Código

test: disable ptytest unless HAS_PTY

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer hace 11 años
padre
commit
d6da534cbf
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      test/stdlib/Makefile.in

+ 6 - 0
test/stdlib/Makefile.in

@@ -5,3 +5,9 @@ DODIFF_qsort       := 1
 DODIFF_testatexit  := 1
 DODIFF_teston_exit := 1
 DODIFF_teststrtol  := 1
+
+TESTS_DISABLED :=
+ifeq ($(UCLIBC_HAS_PTY),)
+TESTS_DISABLED += ptytest
+endif
+