aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-05-15 21:51:39 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-06-03 16:32:59 +0300
commit3be3b2726d38f3fca7c97c2b93e73d4c1a7c7528 (patch)
treef6bdc609176082cf75380d97d7cb30996ab66596
parentba69cf5f0d916c4fdc943f2171691e074417f2e8 (diff)
Fix setting test.target variable in tests/build/root.build
-rw-r--r--tests/build/root.build5
1 files changed, 5 insertions, 0 deletions
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}