diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-01 16:17:09 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-01 16:41:08 +0300 |
commit | 930ae81f85e5ee5ac37311f5e9c89000fbcb59a6 (patch) | |
tree | d14c8a341f16fb6c485bfa4212bc1002fe52ed6b /tests/libbuild2/buildfile | |
parent | da9cbf29c403d27c2940f9b31199c4648f8ae4a1 (diff) |
Move bash build system module to separate library
Diffstat (limited to 'tests/libbuild2/buildfile')
-rw-r--r-- | tests/libbuild2/buildfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/libbuild2/buildfile b/tests/libbuild2/buildfile index aa6c17f..bd22b4c 100644 --- a/tests/libbuild2/buildfile +++ b/tests/libbuild2/buildfile @@ -2,9 +2,10 @@ # copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -import libs = build2%lib{build2} -import libs += build2%lib{build2-in} -import libs += build2%lib{build2-version} +import libs = build2%lib{build2} + +for m: bash in version + import libs += build2%lib{build2-$m} exe{driver}: {hxx cxx}{*} $libs testscript |