diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-10 13:16:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-10 13:16:11 +0200 |
commit | 810df40a0625835ad17a0a5bf3232a8d1a68e680 (patch) | |
tree | 1dc320fd821ce30a0a037b7fae151e1f027d0bbd /unit-tests/bootstrap-manifest/buildfile | |
parent | 36e0c88e7a3912c8a2e6594841172adb9c14525b (diff) |
Implement vm startup and shutdown
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 aa598ee..ff85794 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/cxx{bootstrap-manifest} $libs \ +exe{driver}: cxx{driver} ../../bbot/cxx{*-manifest} $libs \ test{testscript} include ../../bbot/ |