public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/watchexec/
Date: Thu,  8 Jul 2021 11:07:19 +0000 (UTC)	[thread overview]
Message-ID: <1625686134.5fa8a6536e6a83169b188830928ea40ba384853c.flow@gentoo> (raw)

commit:     5fa8a6536e6a83169b188830928ea40ba384853c
Author:     YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
AuthorDate: Wed Jul  7 19:28:54 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jul  7 19:28:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fa8a653

app-misc/watchexec: fix tests invocation for library part

This package is internally consists of library and CLI.
Library part contains a dummy executable which fails to compile, so
fixed to run tests for library without attempting to build everything.

Closes: https://bugs.gentoo.org/789120
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: YOSHIOKA Takuma <lo48576 <AT> hard-wi.red>

 app-misc/watchexec/watchexec-1.16.0.ebuild | 5 +++++
 app-misc/watchexec/watchexec-1.16.1.ebuild | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/app-misc/watchexec/watchexec-1.16.0.ebuild b/app-misc/watchexec/watchexec-1.16.0.ebuild
index 7f190dac2..ed218488f 100644
--- a/app-misc/watchexec/watchexec-1.16.0.ebuild
+++ b/app-misc/watchexec/watchexec-1.16.0.ebuild
@@ -132,3 +132,8 @@ src_install() {
 	insinto /usr/share/zsh/site-functions
 	newins completions/zsh _watchexec
 }
+
+src_test() {
+	cargo_src_test --manifest-path lib/Cargo.toml --lib
+	cargo_src_test --manifest-path cli/Cargo.toml
+}

diff --git a/app-misc/watchexec/watchexec-1.16.1.ebuild b/app-misc/watchexec/watchexec-1.16.1.ebuild
index 39db72f7f..99a44d537 100644
--- a/app-misc/watchexec/watchexec-1.16.1.ebuild
+++ b/app-misc/watchexec/watchexec-1.16.1.ebuild
@@ -157,3 +157,8 @@ src_install() {
 	insinto /usr/share/zsh/site-functions
 	newins completions/zsh _watchexec
 }
+
+src_test() {
+	cargo_src_test --manifest-path lib/Cargo.toml --lib
+	cargo_src_test --manifest-path cli/Cargo.toml
+}


             reply	other threads:[~2021-07-08 11:07 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-08 11:07 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-10  9:42 [gentoo-commits] repo/proj/guru:master commit in: app-misc/watchexec/ David Roman
2025-02-10  9:42 David Roman
2024-12-21 15:24 Julien Roy
2024-05-02 15:42 David Roman
2024-05-02 15:42 David Roman
2024-04-21 21:03 Julien Roy
2024-01-03 16:54 David Roman
2024-01-03 16:54 David Roman
2023-12-23  7:33 Viorel Munteanu
2023-12-12  6:19 Viorel Munteanu
2023-12-11  6:50 Viorel Munteanu
2023-05-16  5:08 Viorel Munteanu
2023-03-23  9:12 Florian Schmaus
2023-01-10  8:37 Haelwenn Monnier
2022-09-12 14:21 Florian Schmaus
2022-08-07  9:13 Haelwenn Monnier
2022-06-30 17:39 Florian Schmaus
2022-06-29 15:38 Florian Schmaus
2022-06-28 15:38 Arthur Zamarin
2022-06-24 10:46 Florian Schmaus
2022-06-24 10:46 Florian Schmaus
2022-04-15 18:42 Andrew Ammerlaan
2022-04-13 14:37 Florian Schmaus
2022-03-29  0:22 Ronny Gutbrod
2022-03-29  0:22 Ronny Gutbrod
2022-03-29  0:22 Ronny Gutbrod
2022-03-18  6:35 Arthur Zamarin
2022-03-08 13:39 Andrew Ammerlaan
2022-02-07 20:35 Arthur Zamarin
2022-02-01 10:38 Florian Schmaus
2022-01-20 19:21 Andrew Ammerlaan
2021-07-14 19:43 Andrew Ammerlaan
2021-07-14 19:43 Andrew Ammerlaan
2021-05-24  7:31 Andrew Ammerlaan
2021-05-24  7:31 Andrew Ammerlaan
2021-05-09 18:13 Andrew Ammerlaan
2021-04-27 23:24 Theo Anderson
2021-04-17 20:00 Andrew Ammerlaan
2021-04-12  5:38 Theo Anderson
2021-04-08 10:12 Andrew Ammerlaan
2020-10-11 14:54 Andrew Ammerlaan
2020-10-11 14:54 Andrew Ammerlaan
2020-09-15  8:37 Andrew Ammerlaan
2020-04-11  8:05 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1625686134.5fa8a6536e6a83169b188830928ea40ba384853c.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox