diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 15:28:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 15:28:58 +0200 |
commit | 09ef37f84eebf735dc7f5a65936044d27bb70590 (patch) | |
tree | 60178dbf470a5cbf451f7b9626f98f4e7bb6079e /tests/buildfile | |
parent | c2e5c72f11fc5991ca508545d300c9b9edf64e33 (diff) |
Switch to version module
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/buildfile b/tests/buildfile index 4dcbe2a..1a8bcc9 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,3 +1 @@ -d = test/ -./: $d -include $d +./: test/ |