From d6da534cbf05dc4d09221881afd49b275ca7cd29 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 12 Dec 2014 16:06:17 +0100 Subject: test: disable ptytest unless HAS_PTY Signed-off-by: Bernhard Reutner-Fischer --- test/stdlib/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test') diff --git a/test/stdlib/Makefile.in b/test/stdlib/Makefile.in index 0bb06975e..53e5a7280 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 + -- cgit v1.2.3