blob: 71a3eb8c64eb8dda32f043c9036ae908a4eabc2d (
plain)
1
2
3
4
5
6
7
8
|
# file : tests/manifest-roundtrip/buildfile
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
exe{driver}: cxx{driver} ../../libbutl/lib{butl}
exe{driver}: test.roundtrip = manifest
include ../../libbutl/
|