diff options
Diffstat (limited to 'tests/variable')
-rw-r--r-- | tests/variable/buildfile | 2 | ||||
-rw-r--r-- | tests/variable/testscript | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/variable/buildfile b/tests/variable/buildfile index 7fb5105..e9c0cf2 100644 --- a/tests/variable/buildfile +++ b/tests/variable/buildfile @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -import libs += libbutl%lib{butl} +import libs = libbutl%lib{butl} exe{driver}: cxx{driver} ../../bbot/lib{bbot} $libs test{testscript} diff --git a/tests/variable/testscript b/tests/variable/testscript index d3d9302..3269a37 100644 --- a/tests/variable/testscript +++ b/tests/variable/testscript @@ -7,7 +7,7 @@ test.options += -u : valid : { - $* <<EOI >> EOO + $* <<EOI >>EOO config.cc.coptions="-O3 -stdlib='libc++'" ab'c="x y"' var=xy |