summaryrefslogtreecommitdiff
path: root/tests/inheritance/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-12-05 17:45:33 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-12-05 17:45:33 +0300
commit3728e358f92d25434163b5bb58b7623950a8738d (patch)
tree766619fe330be9cb3baa8773dfb3477dbe39f0a6 /tests/inheritance/buildfile
parent3d1c4a2746d22f791fa50ec5d8b593c9c6181f4e (diff)
Adapt buildfiles to expansion change
Diffstat (limited to 'tests/inheritance/buildfile')
-rw-r--r--tests/inheritance/buildfile2
1 files changed, 1 insertions, 1 deletions
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.
#