aboutsummaryrefslogtreecommitdiff
path: root/build/test/module
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-10 13:54:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-10 13:54:59 +0200
commit0d0d9a9c56822919e9794658d31db57f8fc3e2bf (patch)
tree6dcb1649706dc7fc3f02cd5646b4611b3309fbd1 /build/test/module
parent5f29fc16fb85a934280e00e54bc6307685c4e05d (diff)
Implement two-phase initialization of modules loaded from bootstrap.build
Diffstat (limited to 'build/test/module')
-rw-r--r--build/test/module3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/test/module b/build/test/module
index 25bb2f2..83c6d60 100644
--- a/build/test/module
+++ b/build/test/module
@@ -12,6 +12,9 @@ namespace build
{
namespace test
{
+ extern "C" void
+ test_boot (scope&, const location&, unique_ptr<module>&);
+
extern "C" bool
test_init (
scope&, scope&, const location&, unique_ptr<module>&, bool, bool);