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/machine-manifest/buildfile | |
parent | 463e3454bd8553c8ee26c813a83386beeecb9837 (diff) |
Add machine manifest unit test
Diffstat (limited to 'unit-tests/machine-manifest/buildfile')
-rw-r--r-- | unit-tests/machine-manifest/buildfile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unit-tests/machine-manifest/buildfile b/unit-tests/machine-manifest/buildfile new file mode 100644 index 0000000..ae5ffa1 --- /dev/null +++ b/unit-tests/machine-manifest/buildfile @@ -0,0 +1,11 @@ +# file : unit-tests/machine-manifest/buildfile +# 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}: cxx{driver} ../../bbot/{hxx cxx}{*-manifest} $libs \ + test{testscript} + +include ../../bbot/ |