diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-10 17:14:37 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-12 18:35:37 +0300 |
commit | d20d2a641351b7f9e8c9bd9b841d8de4d824aa82 (patch) | |
tree | 8ac63c12a5c45f1e1a8159fc07d76575cb82a147 /tests/default-options/buildfile | |
parent | 800bf1b9f67aae867ffe900a545444dfe8aa46c9 (diff) |
Add default options loading and merging API
Diffstat (limited to 'tests/default-options/buildfile')
-rw-r--r-- | tests/default-options/buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/default-options/buildfile b/tests/default-options/buildfile new file mode 100644 index 0000000..5530a10 --- /dev/null +++ b/tests/default-options/buildfile @@ -0,0 +1,7 @@ +# file : tests/default-options/buildfile +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +import libs = libbutl%lib{butl} + +exe{driver}: {hxx cxx}{*} $libs testscript |