From 8a9e7a174e1573974187c686a7c0d9c0b03715ab Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 16 Jul 2015 13:20:30 +0200 Subject: Implement repository_location class --- tests/repository-location/buildfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/repository-location/buildfile (limited to 'tests/repository-location/buildfile') 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 -- cgit v1.1