diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-09-29 21:54:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-09-29 23:28:03 +0300 |
commit | 25a9484378ddaae9602ec54532cdc03b1f1924ef (patch) | |
tree | 7aafb613337eb6c6aee4fef78b8345405c4d7f70 /tests/buildfile | |
parent | f4f6d906733027a7bd802e035b3e9852db7be967 (diff) |
Add manifest_parser and manifest_serializer
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/buildfile b/tests/buildfile index fd2589a..84a17aa 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,7 +2,8 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = base64/ cpfile/ dir-iterator/ fdstream/ link/ pager/ path/ prefix-map/ \ +d = base64/ cpfile/ dir-iterator/ fdstream/ link/ manifest-parser/ \ + manifest-serializer/ manifest-roundtrip/ pager/ path/ prefix-map/ \ process/ sha256/ strcase/ timestamp/ triplet/ ./: $d |