mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
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@hard-wi.red>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user