diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-04-14 20:53:58 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-04-14 20:53:58 +0300 |
commit | 1902a19e8f328651443962c374397b42a1473682 (patch) | |
tree | ad4938eb3ce9526579272b734cce61e6a7587faf /tests | |
parent | ca9e0c07e9dd7b9efd3f5cae59c632759c11f027 (diff) |
Fix testsinproc-configure
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sync.testscript | 12 |
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 ./; |