diff options
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libio/Makefile b/libio/Makefile index 488ee51f0e..69c25c0c3d 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -172,17 +172,17 @@ shared-only-routines = oldiofopen oldiofdopen oldiofclose oldfileops \ oldiofgetpos oldiofgetpos64 oldiofsetpos \ oldiofsetpos64 -include ../Rules - ifeq ($(run-built-tests),yes) -tests: $(objpfx)test-freopen.out +tests-special += $(objpfx)test-freopen.out ifeq (yes,$(build-shared)) # Run tst-fopenloc-cmp.out and tst-openloc-mem.out only if shared # library is enabled since they depend on tst-fopenloc.out. -tests: $(objpfx)tst-fopenloc-cmp.out $(objpfx)tst-fopenloc-mem.out +tests-special += $(objpfx)tst-fopenloc-cmp.out $(objpfx)tst-fopenloc-mem.out endif endif +include ../Rules + $(objpfx)test-freopen.out: test-freopen.sh $(objpfx)test-freopen $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' \ $(common-objpfx)libio/; \ |