diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-04-25 12:39:27 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-05-04 20:29:05 +0300 |
commit | 7806c39ecc92055cd338749148fda51b2dc01691 (patch) | |
tree | cb52f5bc766d12b68b9d20696aae0b60699ea43a /tests/base64/buildfile | |
parent | d20431e11290320f04d62e26b9a7cbcefaf5480c (diff) |
Add base64_encode(), base64_decode()
Diffstat (limited to 'tests/base64/buildfile')
-rw-r--r-- | tests/base64/buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/base64/buildfile b/tests/base64/buildfile new file mode 100644 index 0000000..63212fa --- /dev/null +++ b/tests/base64/buildfile @@ -0,0 +1,7 @@ +# file : tests/base64/buildfile +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +exe{driver}: cxx{driver} ../../butl/lib{butl} + +include ../../butl/ |