From ef0e6c709051fc46968d64dcf1c86bd197fe45c2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 6 Apr 2017 18:58:03 +0300 Subject: Invent notion of header for machine_manifest --- tests/variable/buildfile | 2 +- tests/variable/testscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/variable') 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 : { - $* <> EOO + $* <>EOO config.cc.coptions="-O3 -stdlib='libc++'" ab'c="x y"' var=xy -- cgit v1.1