diff options
Diffstat (limited to 't/recipes/checks/debian/not-installed')
4 files changed, 8 insertions, 0 deletions
diff --git a/t/recipes/checks/debian/not-installed/triplet-in-library-path/build-spec/debian/not-installed b/t/recipes/checks/debian/not-installed/triplet-in-library-path/build-spec/debian/not-installed new file mode 100644 index 0000000..3bb0456 --- /dev/null +++ b/t/recipes/checks/debian/not-installed/triplet-in-library-path/build-spec/debian/not-installed @@ -0,0 +1 @@ +usr/lib/x86_64-linux-gnu/does-not-exist.a diff --git a/t/recipes/checks/debian/not-installed/triplet-in-library-path/build-spec/fill-values b/t/recipes/checks/debian/not-installed/triplet-in-library-path/build-spec/fill-values new file mode 100644 index 0000000..447697c --- /dev/null +++ b/t/recipes/checks/debian/not-installed/triplet-in-library-path/build-spec/fill-values @@ -0,0 +1,3 @@ +Testname: triplet-in-library-path +Skeleton: source-native +Description: Excludes a library from installation only on one architecture diff --git a/t/recipes/checks/debian/not-installed/triplet-in-library-path/eval/desc b/t/recipes/checks/debian/not-installed/triplet-in-library-path/eval/desc new file mode 100644 index 0000000..e46ecfc --- /dev/null +++ b/t/recipes/checks/debian/not-installed/triplet-in-library-path/eval/desc @@ -0,0 +1,3 @@ +Testname: triplet-in-library-path +Check: debian/not-installed +See-Also: Debian Bug#961973 diff --git a/t/recipes/checks/debian/not-installed/triplet-in-library-path/eval/hints b/t/recipes/checks/debian/not-installed/triplet-in-library-path/eval/hints new file mode 100644 index 0000000..32b37b5 --- /dev/null +++ b/t/recipes/checks/debian/not-installed/triplet-in-library-path/eval/hints @@ -0,0 +1 @@ +triplet-in-library-path (source): unwanted-path-too-specific usr/lib/x86_64-linux-gnu/does-not-exist.a [debian/not-installed:1] |