diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-11 16:53:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-11 16:53:03 +0200 |
commit | f4660720e3ab0dc70d31fd39d48199590810ab03 (patch) | |
tree | b8396646af57e03855aa93d798920d987fa3b0b7 /tests/buildfile | |
parent | 2ffe5ac2998b90c004de4f13e199c7ee965c3f75 (diff) |
Implement manifest serializer
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildfile b/tests/buildfile index 8832040..d7b8b7f 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,6 +2,6 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = manifest-parser/ +d = manifest-parser/ manifest-serializer/ manifest-roundtrip/ .: $d include $d |