mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
app-misc/cheat: override src_test function
default `make check` will run a formatting command using an external command (not available yet on Guru overlay) Package-Manager: Portage-2.3.89, Repoman 2.3.20 Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
This commit is contained in:
@@ -99,6 +99,13 @@ BDEPEND="
|
||||
"
|
||||
RDEPEND="zsh-completion? ( !app-shells/zsh-completions )"
|
||||
|
||||
src_test() {
|
||||
# we can't use the default behavior
|
||||
# since the check rule performs formatting
|
||||
# with a non-standard go tool
|
||||
emake test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin "dist/${PN}"
|
||||
if use zsh-completion; then
|
||||
|
||||
Reference in New Issue
Block a user