From 968d8a7acd6c23078a3ea6936c03be0b45523227 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 7 Feb 2018 15:48:50 +0200 Subject: Add support for update-for-{test,install} operation aliases --- build2/test/init.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/test/init.cxx') diff --git a/build2/test/init.cxx b/build2/test/init.cxx index 556de00..6d28e9e 100644 --- a/build2/test/init.cxx +++ b/build2/test/init.cxx @@ -29,9 +29,10 @@ namespace build2 l5 ([&]{trace << "for " << rs.out_path ();}); - // Register the test operation. + // Register our operations. // rs.operations.insert (test_id, op_test); + rs.operations.insert (update_for_test_id, op_update_for_test); // Enter module variables. Do it during boot in case they get assigned // in bootstrap.build. -- cgit v1.1