From 83bb02cada0b894d9134cc5489999e0f0fe8bd7c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 8 Jul 2019 14:55:35 +0200 Subject: Move in build system module to separate library --- tests/libbuild2/driver.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/libbuild2/driver.cxx') diff --git a/tests/libbuild2/driver.cxx b/tests/libbuild2/driver.cxx index 3df2fbe..d9c086a 100644 --- a/tests/libbuild2/driver.cxx +++ b/tests/libbuild2/driver.cxx @@ -8,6 +8,8 @@ #include // sched, reset() #include +#include + using namespace build2; int @@ -17,6 +19,9 @@ main (int, char* argv[]) // init_diag (1); init (argv[0]); + + in::build2_in_load (); + sched.startup (1); // Serial execution. reset (strings ()); // No command line variables. -- cgit v1.1