瀏覽代碼

test: disable ptytest unless HAS_PTY

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 10 年之前
父節點
當前提交
d6da534cbf
共有 1 個文件被更改,包括 6 次插入0 次删除
  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
+