diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-16 09:13:21 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-16 15:48:26 +0300 |
commit | 8166cf5421685f25c6a482e14eaeacb209d1aadc (patch) | |
tree | 30fba98a50ff1258fbb736b95854952a94f42d83 /tests/new.testscript | |
parent | f3cac67d4467a5e01cef503f59026e08b84266d8 (diff) |
Use *.config.mode instead of *.mode in tests
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 34b4dca..34a45e1 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.mode, true) -config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.mode, true) +config_c = config.c=$quote($recall($c.path) $c.config.mode, true) +config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true) status += -d prj |