diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-16 13:20:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-21 08:54:10 +0200 |
commit | 8a9e7a174e1573974187c686a7c0d9c0b03715ab (patch) | |
tree | c77d0ecb5106c251ddb522ba873c90afbe93d31c /tests/repository-location/buildfile | |
parent | 6e3bfe103968390bd486293df93b381a13ad34df (diff) |
Implement repository_location class
Diffstat (limited to 'tests/repository-location/buildfile')
-rw-r--r-- | tests/repository-location/buildfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/repository-location/buildfile b/tests/repository-location/buildfile new file mode 100644 index 0000000..24c6335 --- /dev/null +++ b/tests/repository-location/buildfile @@ -0,0 +1,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 |