From b8fe57add79c67479fa565f18152647ca2908252 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 3 Jul 2020 20:12:29 +0300 Subject: Load cxx.config rather than cxx for tests --- tests/build/root.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/build/root.build b/tests/build/root.build index 4e08cd9..640afbb 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -3,5 +3,6 @@ # Configure C++ module and specify the test target for cross-testing. # -using cxx +using cxx.config + test.target = $cxx.target -- cgit v1.1