From e88290d320eb527154fb67cfeaeaf1e8a0fa3ca9 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 21 Aug 2002 21:40:32 +0000 Subject: [PATCH] Clean a few more files [SVN r15042] --- testing.jam | 1 + v1/testing.jam | 1 + 2 files changed, 2 insertions(+) diff --git a/testing.jam b/testing.jam index 01dbb7561..de04410b8 100755 --- a/testing.jam +++ b/testing.jam @@ -313,6 +313,7 @@ rule capture-run-output ( target : executable + ) INCLUDES $(target) : $(target:S=.output) ; MakeLocate $(test-file:S=.failure) : $(LOCATE_TARGET) ; MakeLocate $(test-file:S=.output) : $(LOCATE_TARGET) ; + Clean clean $(test-file:S=.output) ; capture-run-output1 $(target) : $(executable) ; } diff --git a/v1/testing.jam b/v1/testing.jam index 01dbb7561..de04410b8 100755 --- a/v1/testing.jam +++ b/v1/testing.jam @@ -313,6 +313,7 @@ rule capture-run-output ( target : executable + ) INCLUDES $(target) : $(target:S=.output) ; MakeLocate $(test-file:S=.failure) : $(LOCATE_TARGET) ; MakeLocate $(test-file:S=.output) : $(LOCATE_TARGET) ; + Clean clean $(test-file:S=.output) ; capture-run-output1 $(target) : $(executable) ; }