[git commit] test: disable ptytest unless HAS_PTY

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Dec 12 15:06:17 UTC 2014


commit: http://git.uclibc.org/uClibc/commit/?id=d6da534cbf05dc4d09221881afd49b275ca7cd29
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 test/stdlib/Makefile.in |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/test/stdlib/Makefile.in b/test/stdlib/Makefile.in
index 0bb0697..53e5a72 100644
--- a/test/stdlib/Makefile.in
+++ b/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
+


More information about the uClibc-cvs mailing list