aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-12-13 09:40:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-12-13 09:40:52 +0200
commit6ea17df5b44c6098099cb2276bc5ed0336276074 (patch)
treeaa1c6e7c1f3353fb88db9f6e3e1e8f63a2d8ab14
parent9d0db572d5b36e97715e67465f7485c056f3f2d3 (diff)
Import with metadata in tests
-rw-r--r--tests/build/root.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/build/root.build b/tests/build/root.build
index c797685..0995b7b 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -8,7 +8,7 @@ using cxx.config
# Import the ODB compiler we will be testing.
#
-import odb = odb%exe{odb}
+import! [metadata] odb = odb%exe{odb}
testscript{*}: test = $odb
# Specify the test target for cross-testing.