aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/test/init.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/test/init.hxx')
-rw-r--r--libbuild2/test/init.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/libbuild2/test/init.hxx b/libbuild2/test/init.hxx
index 57f6bfa..49cdb14 100644
--- a/libbuild2/test/init.hxx
+++ b/libbuild2/test/init.hxx
@@ -28,6 +28,11 @@ namespace build2
bool,
const variable_map&);
+ // Module `test` requires bootstrapping.
+ //
+ // `test` -- registers the test and update-for-test operations, registers/
+ // sets variables, and registers target types and rules.
+ //
extern "C" LIBBUILD2_SYMEXPORT const module_functions*
build2_test_load ();
}