diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildfile b/tests/buildfile index bac1dfa..69568d0 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -5,5 +5,5 @@ d = manifest-parser/ manifest-serializer/ manifest-roundtrip/ manifest/ \ package-version/ repository-location/ -.: $d +./: $d include $d |