From 747ff339c4be7d271a33996638b3b026a166d805 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 17 Dec 2016 11:48:40 +0200 Subject: Don't try to test out-of-project prerequisites --- build2/test/rule | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'build2/test/rule') diff --git a/build2/test/rule b/build2/test/rule index b915ea7..d1790e0 100644 --- a/build2/test/rule +++ b/build2/test/rule @@ -30,6 +30,16 @@ namespace build2 static target_state perform_test (action, target&); }; + + class alias_rule: public rule + { + public: + virtual recipe + apply (action, target&) const override; + + static target_state + perform_test (action, target&); + }; } } -- cgit v1.1