From 03ac099f6bc9157cdec50db10944e1d99ff07aa1 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 24 Oct 2012 00:08:46 +0000 Subject: Define and use $(run-built-tests). --- libio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libio') diff --git a/libio/Makefile b/libio/Makefile index 0d28cea59c..9ccd6a0c38 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -175,7 +175,7 @@ shared-only-routines = oldiofopen oldiofdopen oldiofclose oldfileops \ include ../Rules -ifeq (no,$(cross-compiling)) +ifeq ($(run-built-tests),yes) tests: $(objpfx)test-freopen.out ifeq (yes,$(build-shared)) # Run tst-fopenloc.check only if shared library is enabled since it -- cgit 1.4.1