diff --git a/plans/revdep.fmf b/plans/revdep.fmf deleted file mode 100644 index 30cc001..0000000 --- a/plans/revdep.fmf +++ /dev/null @@ -1,10 +0,0 @@ -summary: Reverse dependency tests -discover: - how: fmf -execute: - how: dependency - components: - - perl-Future-AsyncAwait - - perl-Object-Pad - - perl-Syntax-Keyword-Defer - - perl-Syntax-Keyword-Dynamically diff --git a/tests/revdep-tests/perl-Future-AsyncAwait.fmf b/tests/revdep-tests/perl-Future-AsyncAwait.fmf new file mode 100644 index 0000000..ac2b8bc --- /dev/null +++ b/tests/revdep-tests/perl-Future-AsyncAwait.fmf @@ -0,0 +1,8 @@ +# Fedora CI does not support automatic testing of reverse dependencies. Hence +# list the dependencies here explicitly. +# We cannot link the tests via FMF plan uri because it would hard-code Fedora +# dist-git domain name (ugly) and dist-git branch (does not survive branching). +summary: Reverse dependency tests +component: perl-Future-AsyncAwait +require: perl-Future-AsyncAwait-tests +test: /usr/libexec/perl-Future-AsyncAwait/test diff --git a/tests/revdep-tests/perl-Object-Pad.fmf b/tests/revdep-tests/perl-Object-Pad.fmf new file mode 100644 index 0000000..a2e72d2 --- /dev/null +++ b/tests/revdep-tests/perl-Object-Pad.fmf @@ -0,0 +1,8 @@ +# Fedora CI does not support automatic testing of reverse dependencies. Hence +# list the dependencies here explicitly. +# We cannot link the tests via FMF plan uri because it would hard-code Fedora +# dist-git domain name (ugly) and dist-git branch (does not survive branching). +summary: Reverse dependency tests +component: perl-Object-Pad +require: perl-Object-Pad-tests +test: /usr/libexec/perl-Object-Pad/test diff --git a/tests/revdep-tests/perl-Syntax-Keyword-Defer.fmf b/tests/revdep-tests/perl-Syntax-Keyword-Defer.fmf new file mode 100644 index 0000000..a94c22b --- /dev/null +++ b/tests/revdep-tests/perl-Syntax-Keyword-Defer.fmf @@ -0,0 +1,8 @@ +# Fedora CI does not support automatic testing of reverse dependencies. Hence +# list the dependencies here explicitly. +# We cannot link the tests via FMF plan uri because it would hard-code Fedora +# dist-git domain name (ugly) and dist-git branch (does not survive branching). +summary: Reverse dependency tests +component: perl-Syntax-Keyword-Defer +require: perl-Syntax-Keyword-Defer-tests +test: /usr/libexec/perl-Syntax-Keyword-Defer/test diff --git a/tests/revdep-tests/perl-Syntax-Keyword-Dynamically.fmf b/tests/revdep-tests/perl-Syntax-Keyword-Dynamically.fmf new file mode 100644 index 0000000..5e19a4c --- /dev/null +++ b/tests/revdep-tests/perl-Syntax-Keyword-Dynamically.fmf @@ -0,0 +1,8 @@ +# Fedora CI does not support automatic testing of reverse dependencies. Hence +# list the dependencies here explicitly. +# We cannot link the tests via FMF plan uri because it would hard-code Fedora +# dist-git domain name (ugly) and dist-git branch (does not survive branching). +summary: Reverse dependency tests +component: perl-Syntax-Keyword-Dynamically +require: perl-Syntax-Keyword-Dynamically-tests +test: /usr/libexec/perl-Syntax-Keyword-Dynamically/test