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/manifest-roundtrip/buildfile | |
parent | 2ffe5ac2998b90c004de4f13e199c7ee965c3f75 (diff) |
Implement manifest serializer
Diffstat (limited to 'tests/manifest-roundtrip/buildfile')
-rw-r--r-- | tests/manifest-roundtrip/buildfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/manifest-roundtrip/buildfile b/tests/manifest-roundtrip/buildfile new file mode 100644 index 0000000..0883303 --- /dev/null +++ b/tests/manifest-roundtrip/buildfile @@ -0,0 +1,9 @@ +# file : tests/manifest-roundtrip/buildfile +# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +exe{driver}: cxx{driver} ../../bpkg/lib{bpkg} + +include ../../bpkg/ + +# test: ./driver manifest | diff -u manifest - |