From dd008d6e48b0bb66e1b9fdc489d9d1d9b4cb8d25 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Nov 2016 15:39:58 +0200 Subject: Implement noop meta-operation The effect is loading all the buildfiles but not searching/matching/executing any targets/operations. Useful for testing. --- build2/file.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/file.cxx') diff --git a/build2/file.cxx b/build2/file.cxx index 478722f..ce9571d 100644 --- a/build2/file.cxx +++ b/build2/file.cxx @@ -154,6 +154,7 @@ namespace build2 // if (first) { + rs.meta_operations.insert (noop_id, noop); rs.meta_operations.insert (perform_id, perform); rs.operations.insert (default_id, default_); -- cgit v1.1