diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-25 11:53:11 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-26 14:19:50 +0300 |
commit | 1bea889fd59b4ac3a32232e8f7a9ba34506717dc (patch) | |
tree | 1f67ea3eb8f1ee9eab528a4ca57ce27530ed8bd3 /tests/standard-version/buildfile | |
parent | aef93c360bb8de3dd49138e9f9a065ef631a303c (diff) |
Add standard_version class
Diffstat (limited to 'tests/standard-version/buildfile')
-rw-r--r-- | tests/standard-version/buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/standard-version/buildfile b/tests/standard-version/buildfile new file mode 100644 index 0000000..4afb691 --- /dev/null +++ b/tests/standard-version/buildfile @@ -0,0 +1,7 @@ +# file : tests/tab-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/ |