Skip to content

Commit

Permalink
app-metrics/bind_exporter: fix tests
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/893094
Signed-off-by: William Hubbs <[email protected]>
williamh committed Feb 5, 2023
1 parent b6e2b53 commit d4c70e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app-metrics/bind_exporter/bind_exporter-0.3.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
@@ -30,6 +30,10 @@ src_compile() {
promu build -v --prefix bin || die
}

src_test() {
emake test-flags= test
}

src_install() {
dobin bin/${PN}
dodoc {README,CHANGELOG}.md

0 comments on commit d4c70e5

Please sign in to comment.