blob: d6133e92aba483a359531347002c05baf1b04716 (
plain)
1
2
3
4
5
6
7
8
|
# 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}
exe{driver}: test.roundtrip = manifest
include ../../bpkg/
|