From ea24f530048cbce0c5335ca3fd3632c8ce34315a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 24 Aug 2019 16:37:29 +0300 Subject: Move bin build system module to separate library --- tests/libbuild2/buildfile | 2 +- tests/libbuild2/driver.cxx | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/libbuild2') diff --git a/tests/libbuild2/buildfile b/tests/libbuild2/buildfile index bd22b4c..beb82b2 100644 --- a/tests/libbuild2/buildfile +++ b/tests/libbuild2/buildfile @@ -4,7 +4,7 @@ import libs = build2%lib{build2} -for m: bash in version +for m: bash bin in version import libs += build2%lib{build2-$m} exe{driver}: {hxx cxx}{*} $libs testscript 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 #include +#include #include #include @@ -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 (); -- cgit v1.1