aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-04-14 20:53:58 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-04-14 20:53:58 +0300
commit1902a19e8f328651443962c374397b42a1473682 (patch)
treead4938eb3ce9526579272b734cce61e6a7587faf
parentca9e0c07e9dd7b9efd3f5cae59c632759c11f027 (diff)
-rw-r--r--tests/sync.testscript12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/sync.testscript b/tests/sync.testscript
index e689d29..25b53a6 100644
--- a/tests/sync.testscript
+++ b/tests/sync.testscript
@@ -279,6 +279,10 @@ deinit += -d prj
depends: * bar
EOI
+ +cat <<EOI >+libfoo/buildfile
+ import bar = bar%exe{bar}
+ EOI
+
+cat <<EOI >+libfix/repositories.manifest
:
role: prerequisite
@@ -290,6 +294,14 @@ deinit += -d prj
depends: * bar
EOI
+ +cat <<EOI >+libfix/buildfile
+ import bar = bar%exe{bar}
+ EOI
+
+ +cat <<EOI >=bar/build/export.build
+ export $out_root/$import.target
+ EOI
+
: create
{
cp -rp ../libfoo ./;