diff options
Diffstat (limited to 'unit-tests')
-rw-r--r-- | unit-tests/bootstrap-manifest/buildfile | 7 | ||||
-rw-r--r-- | unit-tests/machine-manifest/buildfile | 7 | ||||
-rw-r--r-- | unit-tests/machine-manifest/driver.cxx | 2 |
3 files changed, 3 insertions, 13 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} diff --git a/unit-tests/machine-manifest/buildfile b/unit-tests/machine-manifest/buildfile index d56aa1f..6d47d77 100644 --- a/unit-tests/machine-manifest/buildfile +++ b/unit-tests/machine-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}{**-manifest} $libs \ - test{testscript} - include ../../bbot/ +exe{driver}: {hxx cxx}{*} ../../bbot/libu{bbot} test{testscript} diff --git a/unit-tests/machine-manifest/driver.cxx b/unit-tests/machine-manifest/driver.cxx index db42434..44b1e36 100644 --- a/unit-tests/machine-manifest/driver.cxx +++ b/unit-tests/machine-manifest/driver.cxx @@ -11,7 +11,7 @@ #include <bbot/types.hxx> #include <bbot/utility.hxx> -#include <bbot/agent/machine-manifest.hxx> +#include <bbot/machine-manifest.hxx> using namespace std; using namespace butl; |