diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-02-03 14:57:03 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-02-13 13:20:22 +0300 |
commit | 78910e3cb0b9cc215e53142c28f8b9f52c30af60 (patch) | |
tree | 9bdbd94a8e01d059a7651ca5c478bc951eeac9d7 /tests/wildcard/buildfile | |
parent | 31e91691e815074ebdb49d258967e2b2a0bfc965 (diff) |
Implement path_match() and path_search()
Diffstat (limited to 'tests/wildcard/buildfile')
-rw-r--r-- | tests/wildcard/buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/wildcard/buildfile b/tests/wildcard/buildfile new file mode 100644 index 0000000..7de67f4 --- /dev/null +++ b/tests/wildcard/buildfile @@ -0,0 +1,7 @@ +# file : tests/wildcard/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/ |