diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-06-22 23:00:36 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-06-23 15:13:25 +0300 |
commit | e0b126d8c7f691856ec4d80bb57cb1ba5c71fd69 (patch) | |
tree | 20613b639d81a08dd1189ef4db37f41f3de54a68 /tests/link/buildfile | |
parent | 748eab79085d7c8a3b3da90316a90a892db884ae (diff) |
Add mkslink(), mkhlink()
Diffstat (limited to 'tests/link/buildfile')
-rw-r--r-- | tests/link/buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/link/buildfile b/tests/link/buildfile new file mode 100644 index 0000000..860f0fc --- /dev/null +++ b/tests/link/buildfile @@ -0,0 +1,7 @@ +# file : tests/link/buildfile +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +exe{driver}: cxx{driver} ../../butl/lib{butl} + +include ../../butl/ |