diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-07-08 14:09:29 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-07-08 15:49:14 +0300 |
commit | 39cbfd86305659b0e56c5e63a578ad93be60a11b (patch) | |
tree | 5fbcbe1afe47cfb29189827f2125f335510667cf /tests/new.testscript | |
parent | 9403537150bd2d4e7befb1b40fb61ea8db0ed751 (diff) |
Fix tests making config_c* variables of [cmdline] type
Diffstat (limited to 'tests/new.testscript')
-rw-r--r-- | tests/new.testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/new.testscript b/tests/new.testscript index 711ef24..9f7db17 100644 --- a/tests/new.testscript +++ b/tests/new.testscript @@ -9,8 +9,8 @@ posix = ($cxx.target.class != 'windows') # test.arguments += --no-checks -config_c = config.c=$quote($recall($c.path) $c.config.mode, true) -config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true) +config_c = [cmdline] config.c=$quote($recall($c.path) $c.config.mode, true) +config_cxx = [cmdline] config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true) status += -d prj |