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