aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/cc/libu/testscript2
-rw-r--r--tests/cc/modules/common.testscript2
-rw-r--r--tests/cc/preprocessed/testscript2
-rw-r--r--tests/dependency/recipe/testscript2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/cc/libu/testscript b/tests/cc/libu/testscript
index f52bd81..9db3406 100644
--- a/tests/cc/libu/testscript
+++ b/tests/cc/libu/testscript
@@ -2,7 +2,7 @@
# license : MIT; see accompanying LICENSE file
crosstest = false
-test.arguments = config.cxx=$quote($recall($cxx.path) $cxx.mode, true)
+test.arguments = config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true)
.include ../../common.testscript
diff --git a/tests/cc/modules/common.testscript b/tests/cc/modules/common.testscript
index cb567a3..2fbb9a5 100644
--- a/tests/cc/modules/common.testscript
+++ b/tests/cc/modules/common.testscript
@@ -2,7 +2,7 @@
# license : MIT; see accompanying LICENSE file
crosstest = false
-test.arguments = config.cxx=$quote($recall($cxx.path) $cxx.mode, true)
+test.arguments = config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true)
.include ../../common.testscript
diff --git a/tests/cc/preprocessed/testscript b/tests/cc/preprocessed/testscript
index 1c6dc76..269cafe 100644
--- a/tests/cc/preprocessed/testscript
+++ b/tests/cc/preprocessed/testscript
@@ -2,7 +2,7 @@
# license : MIT; see accompanying LICENSE file
crosstest = false
-test.arguments = config.cxx=$quote($recall($cxx.path) $cxx.mode, true) update
+test.arguments = config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true) update
.include ../../common.testscript
diff --git a/tests/dependency/recipe/testscript b/tests/dependency/recipe/testscript
index 43ec514..09a38ad 100644
--- a/tests/dependency/recipe/testscript
+++ b/tests/dependency/recipe/testscript
@@ -657,7 +657,7 @@ EOE
: process-path-ex
:
{
- config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.mode, true)
+ config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true)
mkdir build;
cat <<EOI >=build/bootstrap.build;