From 3728e358f92d25434163b5bb58b7623950a8738d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 5 Dec 2016 17:45:33 +0300 Subject: Adapt buildfiles to expansion change --- tests/ctor/buildfile | 2 +- tests/erase/buildfile | 2 +- tests/file/buildfile | 2 +- tests/inheritance/buildfile | 2 +- tests/specifier/buildfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/ctor/buildfile b/tests/ctor/buildfile index ce0dc03..d7af18e 100644 --- a/tests/ctor/buildfile +++ b/tests/ctor/buildfile @@ -4,7 +4,7 @@ exe{driver}: cxx{driver} {hxx ixx cxx}{test} -cxx.poptions =+ -I$out_base +cxx.poptions =+ "-I$out_base" # Generated options parser. # diff --git a/tests/erase/buildfile b/tests/erase/buildfile index 887c9d9..f6decf9 100644 --- a/tests/erase/buildfile +++ b/tests/erase/buildfile @@ -5,7 +5,7 @@ exe{driver}: cxx{driver} {hxx ixx cxx}{test} exe{driver}: test.arguments = foo -a bar -b 123 --arg -- -b 234 -cxx.poptions =+ -I$out_base +cxx.poptions =+ "-I$out_base" # Generated options parser. # diff --git a/tests/file/buildfile b/tests/file/buildfile index 08e1017..2e0eea9 100644 --- a/tests/file/buildfile +++ b/tests/file/buildfile @@ -4,7 +4,7 @@ exe{driver}: cxx{driver} {hxx ixx cxx}{test} test{testscript} -cxx.poptions =+ -I$out_base +cxx.poptions =+ "-I$out_base" # Generated options parser. # diff --git a/tests/inheritance/buildfile b/tests/inheritance/buildfile index 0f8bbcb..49fbcb6 100644 --- a/tests/inheritance/buildfile +++ b/tests/inheritance/buildfile @@ -6,7 +6,7 @@ exe{driver}: cxx{driver} {hxx ixx cxx}{test} exe{driver}: test.arguments = --very-long-flag -s short -i 123 --string long exe{driver}: test.output = test.std -cxx.poptions =+ -I$out_base +cxx.poptions =+ "-I$out_base" # Generated options parser. # diff --git a/tests/specifier/buildfile b/tests/specifier/buildfile index 3d11b0d..cc641b9 100644 --- a/tests/specifier/buildfile +++ b/tests/specifier/buildfile @@ -5,7 +5,7 @@ exe{driver}: cxx{driver} {hxx ixx cxx}{test} exe{driver}: test.arguments = -a -c foo -cxx.poptions =+ -I$out_base +cxx.poptions =+ "-I$out_base" # Generated options parser. # -- cgit v1.1