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 a70e707..93c145a 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/bin/init.hxx>
#include <libbuild2/bash/init.hxx>
#include <libbuild2/version/init.hxx>
@@ -23,6 +24,7 @@ main (int, char* argv[])
init (nullptr, argv[0]);
bash::build2_bash_load ();
+ bin::build2_bin_load ();
in::build2_in_load ();
version::build2_version_load ();