From 16c7aaa76ca3468f8d5fbcd08ee6b12bf68fbac0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 4 Jul 2020 16:48:12 +0300 Subject: Load cxx.config rather than cxx for tests --- tests/build/root.build | 4 ++-- 1 file 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. # -- cgit v1.1