blob: 793f9559fad29f336ef12ae1c6adbc47a1be8d6e (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : tests/manifest-roundtrip/buildfile
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs += libbutl%lib{butl}
exe{driver}: cxx{driver} ../../bpkg/lib{bpkg} $libs
exe{driver}: test.roundtrip = manifest
include ../../bpkg/
|