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/buildfile | |
parent | 6e3bfe103968390bd486293df93b381a13ad34df (diff) |
Implement repository_location class
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildfile b/tests/buildfile index 7162cc7..bb53854 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file d = manifest-parser/ manifest-serializer/ manifest-roundtrip/ manifest/ \ - package-version/ + package-version/ repository-location/ .: $d include $d |