From 3be3b2726d38f3fca7c97c2b93e73d4c1a7c7528 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 15 May 2020 21:51:39 +0300 Subject: Fix setting test.target variable in tests/build/root.build --- tests/build/root.build | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/build/root.build b/tests/build/root.build index 1800d29..c797685 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,6 +1,11 @@ # file : tests/build/root.build # license : GNU GPL v3; see accompanying LICENSE file +# We need to configure C++ module to obtain the target information (see +# below). +# +using cxx.config + # Import the ODB compiler we will be testing. # import odb = odb%exe{odb} -- cgit v1.1