OSDN Git Service

test: disable ptytest unless HAS_PTY
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 12 Dec 2014 15:06:17 +0000 (16:06 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 12 Dec 2014 15:06:17 +0000 (16:06 +0100)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
test/stdlib/Makefile.in

index 0bb0697..53e5a72 100644 (file)
@@ -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
+