blob: 24c6335389713eca8d93422e031963c70d1e5630 (
plain)
1
2
3
4
5
6
7
8
9
|
# file : tests/repository-location/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
|