diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-29 10:54:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-29 10:54:31 +0200 |
commit | a69f728a710bcc4e17913a57ffb01da076467bfb (patch) | |
tree | b881854f9419975d87fdaf3b2f51db6492c97edf /unit-tests/bootstrap-manifest | |
parent | f179ab72a8c623383f68eac3e30635700d88dde9 (diff) |
Convert to use utility library
Diffstat (limited to 'unit-tests/bootstrap-manifest')
-rw-r--r-- | unit-tests/bootstrap-manifest/buildfile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/unit-tests/bootstrap-manifest/buildfile b/unit-tests/bootstrap-manifest/buildfile index 2be37fb..c628833 100644 --- a/unit-tests/bootstrap-manifest/buildfile +++ b/unit-tests/bootstrap-manifest/buildfile @@ -2,10 +2,5 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : TBC; see accompanying LICENSE file -import libs = libbutl%lib{butl} -import libs += libbbot%lib{bbot} - -exe{driver}: {hxx cxx}{*} ../../bbot/{hxx cxx}{bootstrap-manifest} $libs \ - test{testscript} - include ../../bbot/ +exe{driver}: {hxx cxx}{*} ../../bbot/libu{bbot} test{testscript} |