aboutsummaryrefslogtreecommitdiff
path: root/build2/test/rule
diff options
context:
space:
mode:
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&);
};
}