diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-12-10 10:02:19 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-12-26 13:25:37 +0300 |
commit | e5bfd17637bf297c3cfe509d51027916864092d5 (patch) | |
tree | 5dab56d6a5aee0a38da6f597c52b12838b2836b5 /tests/url/buildfile | |
parent | b1cd193f1bd28837a00cbe6629f9a562f99d961f (diff) |
Add basic_url<H,T> class template
Diffstat (limited to 'tests/url/buildfile')
-rw-r--r-- | tests/url/buildfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/url/buildfile b/tests/url/buildfile new file mode 100644 index 0000000..ed8380c --- /dev/null +++ b/tests/url/buildfile @@ -0,0 +1,8 @@ +# file : tests/url/buildfile +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +import libs = libbutl%lib{butl} +libs += $stdmod_lib + +exe{driver}: {hxx cxx}{*} $libs test{testscript} |