diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-12-18 22:32:16 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-01-28 15:18:33 +0300 |
commit | acd7a29c02e222e27d474fe3b64b1ca11b3506c0 (patch) | |
tree | cf26139e835e7caad479cfb52e4e6c0fc2c887e2 /tests/utf8/buildfile | |
parent | 5cd9e0c25e39ff1449e38a9c74e131e7359e7183 (diff) |
Add utf8() predicate
Diffstat (limited to 'tests/utf8/buildfile')
-rw-r--r-- | tests/utf8/buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/utf8/buildfile b/tests/utf8/buildfile new file mode 100644 index 0000000..a2d10da --- /dev/null +++ b/tests/utf8/buildfile @@ -0,0 +1,7 @@ +# file : tests/utf8/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 |