diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-11-23 02:57:08 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-11-23 02:57:08 +0300 |
commit | 0a4f6bd240a512dadc54afd3116d8b8d03879de4 (patch) | |
tree | 12e23a98a3c04cd10e80cd7e97ac555b071587b1 /tests/test/script/buildfile | |
parent | 4dbbb01d07b2620efebad994ab869725c8ea6e20 (diff) |
Print test scope directory changes in verbose (-v) mode
Diffstat (limited to 'tests/test/script/buildfile')
-rw-r--r-- | tests/test/script/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/script/buildfile b/tests/test/script/buildfile index 82af4dd..2c98193 100644 --- a/tests/test/script/buildfile +++ b/tests/test/script/buildfile @@ -2,6 +2,6 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = builtin/ runner/ integration/ +d = builtin/ integration/ runner/ ./: $d include $d |