From d1a894f8f862f36c40e6d21c3c1e1662e731a82d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 10 Feb 2022 19:09:55 +0300 Subject: Add tests for building package with diamond dependency graph --- tests/common/satisfy/t9/foo-1.0.0.tar.gz | Bin 0 -> 363 bytes tests/common/satisfy/t9/libbar-1.0.0.tar.gz | Bin 0 -> 353 bytes tests/common/satisfy/t9/libbaz-1.0.0.tar.gz | Bin 0 -> 362 bytes tests/common/satisfy/t9/libbox-1.0.0.tar.gz | Bin 0 -> 364 bytes tests/common/satisfy/t9/repositories.manifest | 1 + 5 files changed, 1 insertion(+) create mode 100644 tests/common/satisfy/t9/foo-1.0.0.tar.gz create mode 100644 tests/common/satisfy/t9/libbar-1.0.0.tar.gz create mode 100644 tests/common/satisfy/t9/libbaz-1.0.0.tar.gz create mode 100644 tests/common/satisfy/t9/libbox-1.0.0.tar.gz create mode 120000 tests/common/satisfy/t9/repositories.manifest (limited to 'tests/common/satisfy') diff --git a/tests/common/satisfy/t9/foo-1.0.0.tar.gz b/tests/common/satisfy/t9/foo-1.0.0.tar.gz new file mode 100644 index 0000000..5332259 Binary files /dev/null and b/tests/common/satisfy/t9/foo-1.0.0.tar.gz differ diff --git a/tests/common/satisfy/t9/libbar-1.0.0.tar.gz b/tests/common/satisfy/t9/libbar-1.0.0.tar.gz new file mode 100644 index 0000000..ff5a4f8 Binary files /dev/null and b/tests/common/satisfy/t9/libbar-1.0.0.tar.gz differ diff --git a/tests/common/satisfy/t9/libbaz-1.0.0.tar.gz b/tests/common/satisfy/t9/libbaz-1.0.0.tar.gz new file mode 100644 index 0000000..ba21c62 Binary files /dev/null and b/tests/common/satisfy/t9/libbaz-1.0.0.tar.gz differ diff --git a/tests/common/satisfy/t9/libbox-1.0.0.tar.gz b/tests/common/satisfy/t9/libbox-1.0.0.tar.gz new file mode 100644 index 0000000..7baeed3 Binary files /dev/null and b/tests/common/satisfy/t9/libbox-1.0.0.tar.gz differ diff --git a/tests/common/satisfy/t9/repositories.manifest b/tests/common/satisfy/t9/repositories.manifest new file mode 120000 index 0000000..0d4767a --- /dev/null +++ b/tests/common/satisfy/t9/repositories.manifest @@ -0,0 +1 @@ +../repositories.manifest \ No newline at end of file -- cgit v1.1