diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-24 16:57:46 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-26 14:33:11 +0200 |
commit | ccad54fefd2d8c980c61ae487dd3bcc9237a6137 (patch) | |
tree | 36566cb8e072c444cf8e344a5844800f7e177c86 /tests/buildfile | |
parent | 5a5be442f4604b4634ed55a4d3980addcf60838f (diff) |
Implement package version struct
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/buildfile b/tests/buildfile index 1f70dd5..7162cc7 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,6 +2,8 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = manifest-parser/ manifest-serializer/ manifest-roundtrip/ manifest/ +d = manifest-parser/ manifest-serializer/ manifest-roundtrip/ manifest/ \ + package-version/ + .: $d include $d |