aboutsummaryrefslogtreecommitdiff
path: root/build2/test/rule
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/rule')
-rw-r--r--build2/test/rule10
1 files changed, 10 insertions, 0 deletions
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&);
+ };
}
}