diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-04 16:48:12 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-04 16:50:10 +0300 |
commit | 16c7aaa76ca3468f8d5fbcd08ee6b12bf68fbac0 (patch) | |
tree | 6bd91ef698d741d598a557608f9ae39557aaaaab /tests | |
parent | 16b17383c40622af0cced6b076a73d98ce2ed0ee (diff) |
Load cxx.config rather than cxx for tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/build/root.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/build/root.build b/tests/build/root.build index 6199d8d..92d0a52 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -27,8 +27,8 @@ config [string] config.bdep.tests.publish.repository ?= \ # We need to configure C/C++ modules to pass the compiler paths to some of # bdep test commands. # -using c -using cxx +using c.config +using cxx.config # Setup the bdep that we are testing. # |