aboutsummaryrefslogtreecommitdiff
path: root/build2/test/module
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/module')
-rw-r--r--build2/test/module9
1 files changed, 7 insertions, 2 deletions
diff --git a/build2/test/module b/build2/test/module
index 756b4f6..b9c3ea5 100644
--- a/build2/test/module
+++ b/build2/test/module
@@ -18,8 +18,13 @@ namespace build2
test_boot (scope&, const location&, unique_ptr<module_base>&);
extern "C" bool
- test_init (
- scope&, scope&, const location&, unique_ptr<module_base>&, bool, bool);
+ test_init (scope&,
+ scope&,
+ const location&,
+ unique_ptr<module_base>&,
+ bool,
+ bool,
+ const variable_map&);
}
}