From cf8f3b830789a6bcc538d2f4d0e8a1425a110c47 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Dec 2016 11:23:33 +0200 Subject: Revert no longer necessary quoting in buildfiles --- tests/dir-iterator/buildfile | 2 +- tests/small-vector/buildfile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/dir-iterator/buildfile b/tests/dir-iterator/buildfile index 6c8bd12..5c8736e 100644 --- a/tests/dir-iterator/buildfile +++ b/tests/dir-iterator/buildfile @@ -3,6 +3,6 @@ # license : MIT; see accompanying LICENSE file exe{driver}: cxx{driver} ../../butl/lib{butl} -exe{driver}: test.arguments = "$src_root" +exe{driver}: test.arguments = $src_root include ../../butl/ diff --git a/tests/small-vector/buildfile b/tests/small-vector/buildfile index 6610b73..eafabf8 100644 --- a/tests/small-vector/buildfile +++ b/tests/small-vector/buildfile @@ -3,6 +3,5 @@ # license : MIT; see accompanying LICENSE file exe{driver}: cxx{driver} ../../butl/lib{butl} -exe{driver}: test.arguments = "$src_root" include ../../butl/ -- cgit v1.1