diff options
Diffstat (limited to 'tests/function/buildfile')
-rw-r--r-- | tests/function/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/function/buildfile b/tests/function/buildfile index 52288ca..6c26737 100644 --- a/tests/function/buildfile +++ b/tests/function/buildfile @@ -2,6 +2,6 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = path/ +d = builtin/ path/ ./: $d include $d |