aboutsummaryrefslogtreecommitdiff
path: root/tests/libbuild2/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libbuild2/driver.cxx')
-rw-r--r--tests/libbuild2/driver.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libbuild2/driver.cxx b/tests/libbuild2/driver.cxx
index d9c086a..544d43e 100644
--- a/tests/libbuild2/driver.cxx
+++ b/tests/libbuild2/driver.cxx
@@ -9,6 +9,7 @@
#include <libbuild2/scheduler.hxx>
#include <libbuild2/in/init.hxx>
+#include <libbuild2/version/init.hxx>
using namespace build2;
@@ -20,6 +21,7 @@ main (int, char* argv[])
init_diag (1);
init (argv[0]);
+ version::build2_version_load ();
in::build2_in_load ();
sched.startup (1); // Serial execution.