blob: 0883303a2bdb1e15aa3dbf6a1a6f75e1f6aeb3a3 (
plain)
1
2
3
4
5
6
7
8
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 -
|