diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-20 17:31:26 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-20 21:08:32 +0300 |
commit | 5661b404b0104c3065a40ad622bdd3c11d748a99 (patch) | |
tree | b1e1d7aefa9fda7214fa0fcce92cf1b85f87fc76 /tests/string-parser/buildfile | |
parent | 972f89d5a1d0c094241eb6ce1b8f499e3fcf151b (diff) |
Implement string_parser
Diffstat (limited to 'tests/string-parser/buildfile')
-rw-r--r-- | tests/string-parser/buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/string-parser/buildfile b/tests/string-parser/buildfile new file mode 100644 index 0000000..9ccf480 --- /dev/null +++ b/tests/string-parser/buildfile @@ -0,0 +1,7 @@ +# file : tests/string-parser/buildfile +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +exe{driver}: cxx{driver} ../../butl/lib{butl} test{testscript} + +include ../../butl/ |