Skip to content

Commit

Permalink
media-tv/kodi: Fix src_test to run the tests
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Craig Andrews <[email protected]>
  • Loading branch information
candrews committed Sep 3, 2019
1 parent a176b1a commit 6321539
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions media-tv/kodi/kodi-18.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,10 @@ src_configure() {

src_compile() {
cmake-utils_src_compile all
use test && emake -C "${BUILD_DIR}" kodi-test
}

src_test() {
emake -C "${BUILD_DIR}" test
cmake-utils_src_make check
}

src_install() {
Expand Down
3 changes: 1 addition & 2 deletions media-tv/kodi/kodi-18.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,10 @@ src_configure() {

src_compile() {
cmake-utils_src_compile all
use test && emake -C "${BUILD_DIR}" kodi-test
}

src_test() {
emake -C "${BUILD_DIR}" test
cmake-utils_src_make check
}

src_install() {
Expand Down
3 changes: 1 addition & 2 deletions media-tv/kodi/kodi-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,10 @@ src_configure() {

src_compile() {
cmake-utils_src_compile all
use test && emake -C "${BUILD_DIR}" kodi-test
}

src_test() {
emake -C "${BUILD_DIR}" test
cmake-utils_src_make check
}

src_install() {
Expand Down

0 comments on commit 6321539

Please sign in to comment.