From 68cfa29aeecc32ee0623aa008fd0e73899e10c9a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 14 Oct 2016 15:01:05 +0200 Subject: Extend test rule to handle testscripts --- build2/test/rule | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build2/test/rule') 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&); }; } -- cgit v1.1