From b8232e40e605b60234dae7ef92f257bab5c47723 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 10 May 2017 18:06:25 +0300 Subject: Add machine manifest unit test --- unit-tests/machine-manifest/buildfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 unit-tests/machine-manifest/buildfile (limited to 'unit-tests/machine-manifest/buildfile') 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/ -- cgit v1.1