OSDN Git Service

test: disable ptytest unless HAS_PTY
[uclinux-h8/uClibc.git] / 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
+