diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-14 22:00:36 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-16 18:21:44 +0300 |
commit | 78be8e1604f183b28527159047bab69a5cbe9232 (patch) | |
tree | 40bc9c7990992257dd2bdaf7dea27d186bc9437d /tests/b-info/buildfile | |
parent | f7dc4934b04c062b1ce8aad09725a30707255e69 (diff) |
Add b_info() that runs `b info` command and parses and returns build2 project info
Diffstat (limited to 'tests/b-info/buildfile')
-rw-r--r-- | tests/b-info/buildfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/b-info/buildfile b/tests/b-info/buildfile new file mode 100644 index 0000000..6395d63 --- /dev/null +++ b/tests/b-info/buildfile @@ -0,0 +1,8 @@ +# file : tests/b-info/buildfile +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +import libs = libbutl%lib{butl} +libs += $stdmod_lib + +exe{driver}: {hxx cxx}{*} $libs testscript |