diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-01-29 09:19:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-01-29 09:19:06 +0200 |
commit | c4fcbad1cb603756dc4dac65392feb86be1a722d (patch) | |
tree | da9c9c2278c63d20237a7178fde450d7472a59c9 /libbuild2/test/module.hxx | |
parent | ccb417a7c1456427b76914e8a11ca87b4926eeb3 (diff) |
Rename module_base to module, redo module boot/init argument passing
Diffstat (limited to 'libbuild2/test/module.hxx')
-rw-r--r-- | libbuild2/test/module.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libbuild2/test/module.hxx b/libbuild2/test/module.hxx index 584cb84..af06434 100644 --- a/libbuild2/test/module.hxx +++ b/libbuild2/test/module.hxx @@ -17,7 +17,10 @@ namespace build2 { namespace test { - struct module: module_base, virtual common, default_rule, group_rule + struct module: build2::module, + virtual common, + default_rule, + group_rule { const test::group_rule& group_rule () const |