From d816d38bc503e3a98ade2e443d4bf399a9da76e7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 25 Oct 2016 03:39:41 +0300 Subject: Support paths cleanup when test scope is left --- build2/test/script/script | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build2/test/script/script') diff --git a/build2/test/script/script b/build2/test/script/script index 2dbf7ce..a5fb0ef 100644 --- a/build2/test/script/script +++ b/build2/test/script/script @@ -122,6 +122,11 @@ namespace build2 const path& id_path; // Id path ($@, relative in POSIX form). const dir_path& wd_path; // Working dir ($~, absolute and normalized). + // Files and directories that must be automatically removed when the + // scope is left. + // + paths rm_paths; + // Variables. // public: -- cgit v1.1