aboutsummaryrefslogtreecommitdiff
path: root/build2/test/rule
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-14 15:01:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:14 +0200
commit68cfa29aeecc32ee0623aa008fd0e73899e10c9a (patch)
tree8a6ae9a289e5cad5d94f0810be493d24bf9203c4 /build2/test/rule
parent7fb96a64584a357d871b1ae3abde0a48ad60ea92 (diff)
Extend test rule to handle testscripts
Diffstat (limited to 'build2/test/rule')
-rw-r--r--build2/test/rule3
1 files changed, 3 insertions, 0 deletions
diff --git a/build2/test/rule b/build2/test/rule
index 8d18a35..e6cdc37 100644
--- a/build2/test/rule
+++ b/build2/test/rule
@@ -25,6 +25,9 @@ namespace build2
apply (action, target&, const match_result&) const;
static target_state
+ perform_script (action, target&);
+
+ static target_state
perform_test (action, target&);
};
}