diff options
Diffstat (limited to 'tests/dir-iterator/buildfile')
-rw-r--r-- | tests/dir-iterator/buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dir-iterator/buildfile b/tests/dir-iterator/buildfile index fabea4d..80fc2aa 100644 --- a/tests/dir-iterator/buildfile +++ b/tests/dir-iterator/buildfile @@ -3,5 +3,6 @@ # license : MIT; see accompanying LICENSE file exe{driver}: cxx{driver} ../../butl/lib{butl} +exe{driver}: test.arguments = $src_root include ../../butl/ |