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 679b0a4..e17cdc5 100644
--- a/tests/libbuild2/driver.cxx
+++ b/tests/libbuild2/driver.cxx
@@ -10,6 +10,7 @@
#include <libbuild2/in/init.hxx>
#include <libbuild2/bin/init.hxx>
+#include <libbuild2/c/init.hxx>
#include <libbuild2/cc/init.hxx>
#include <libbuild2/bash/init.hxx>
#include <libbuild2/version/init.hxx>
@@ -26,6 +27,7 @@ main (int, char* argv[])
bin::build2_bin_load ();
cc::build2_cc_load ();
+ c::build2_c_load ();
version::build2_version_load ();
in::build2_in_load ();
bash::build2_bash_load ();