diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-10 18:06:25 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-11 13:06:42 +0300 |
commit | b8232e40e605b60234dae7ef92f257bab5c47723 (patch) | |
tree | 10325ce36b124a7cff8c46af27129806548517aa /unit-tests/bootstrap-manifest/buildfile | |
parent | 463e3454bd8553c8ee26c813a83386beeecb9837 (diff) |
Add machine manifest unit test
Diffstat (limited to 'unit-tests/bootstrap-manifest/buildfile')
-rw-r--r-- | unit-tests/bootstrap-manifest/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit-tests/bootstrap-manifest/buildfile b/unit-tests/bootstrap-manifest/buildfile index 51e54e3..2d2da8f 100644 --- a/unit-tests/bootstrap-manifest/buildfile +++ b/unit-tests/bootstrap-manifest/buildfile @@ -5,7 +5,7 @@ import libs = libbutl%lib{butl} import libs += libbbot%lib{bbot} -exe{driver}: cxx{driver} ../../bbot/{hxx cxx}{*-manifest} $libs \ +exe{driver}: cxx{driver} ../../bbot/{hxx cxx}{bootstrap-manifest} $libs \ test{testscript} include ../../bbot/ |