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/config.testscript | |
parent | f3cac67d4467a5e01cef503f59026e08b84266d8 (diff) |
Use *.config.mode instead of *.mode in tests
Diffstat (limited to 'tests/config.testscript')
-rw-r--r-- | tests/config.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/config.testscript b/tests/config.testscript index 2e28399..3af7621 100644 --- a/tests/config.testscript +++ b/tests/config.testscript @@ -6,7 +6,7 @@ .include common.testscript project.testscript -config_cxx = cc config.cxx=$quote($recall($cxx.path) $cxx.mode, true) +config_cxx = cc config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true) status += -d prj init += -d prj |