diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-24 16:37:29 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-28 15:01:48 +0300 |
commit | ea24f530048cbce0c5335ca3fd3632c8ce34315a (patch) | |
tree | 3f7153cad1c3e34da5e992fe53db104512d7af71 /tests/libbuild2/buildfile | |
parent | d07521c67db21aa02dddf9615dce9f9f3dfe784c (diff) |
Move bin build system module to separate library
Diffstat (limited to 'tests/libbuild2/buildfile')
-rw-r--r-- | tests/libbuild2/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |