diff options
Diffstat (limited to 'build/test/rule')
-rw-r--r-- | build/test/rule | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/test/rule b/build/test/rule index db10606..259b72b 100644 --- a/build/test/rule +++ b/build/test/rule @@ -23,6 +23,9 @@ namespace build virtual recipe apply (action, target&, const match_result&) const; + static target_state + perform_test (action, target&); + private: operation_id test_id; }; |