From a69f728a710bcc4e17913a57ffb01da076467bfb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 29 Jul 2017 10:54:31 +0200 Subject: Convert to use utility library --- unit-tests/bootstrap-manifest/buildfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'unit-tests/bootstrap-manifest/buildfile') 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} -- cgit v1.1