diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-03-09 02:24:54 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-03-14 17:13:45 +0300 |
commit | 8b5e3e0a8f9ec8852cf2f15dab53bfa4436bea87 (patch) | |
tree | 0d897762dd01bb956457450668eb2e65b5d89628 /tests/mventry/buildfile | |
parent | 143d487b5146b2f4f6c33ab56bab7d391f8ac456 (diff) |
Add mventry(), mvfile() and mvdir()
Diffstat (limited to 'tests/mventry/buildfile')
-rw-r--r-- | tests/mventry/buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/mventry/buildfile b/tests/mventry/buildfile new file mode 100644 index 0000000..868a2f6 --- /dev/null +++ b/tests/mventry/buildfile @@ -0,0 +1,7 @@ +# file : tests/mventry/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/ |