dev-libs/libstrophe: remove explicit default impl of src_test

Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2022-08-10 10:32:03 +02:00
parent 93ec05e0d5
commit 71cf2d448e
3 changed files with 0 additions and 18 deletions

View File

@@ -48,9 +48,3 @@ src_install() {
use doc && dodoc -r examples
find "${D}" -type f \( -name '*.la' -o -name '*.a' \) -delete || die
}
# Explicit src_test is there to document that the test suite is integrated and
# is expected to pass. Please do not remove.
src_test() {
emake check
}

View File

@@ -47,9 +47,3 @@ src_install() {
use doc && dodoc -r examples
find "${D}" -type f \( -name '*.la' -o -name '*.a' \) -delete || die
}
# Explicit src_test is there to document that the test suite is integrated and
# is expected to pass. Please do not remove.
src_test() {
emake check
}

View File

@@ -47,9 +47,3 @@ src_install() {
use doc && dodoc -r examples
find "${D}" -type f \( -name '*.la' -o -name '*.a' \) -delete || die
}
# Explicit src_test is there to document that the test suite is integrated and
# is expected to pass. Please do not remove.
src_test() {
emake check
}