Skip to content

Commit

Permalink
dev-scheme/chicken: enable test phase
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
maksbotan committed Mar 15, 2018
1 parent 3fc960f commit 08de62c
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ IUSE="doc"
DEPEND=""
RDEPEND=""

# chicken's testsuite is not runnable before install
# upstream has been notified of the issue
RESTRICT="test"

src_prepare() {
default

Expand All @@ -48,6 +44,11 @@ src_compile() {
HOSTSYSTEM="${CBUILD}"
}

src_test() {
cd tests
./runtests.sh || die
}

src_install() {
# still can't run make in parallel for the install target
emake -j1 PLATFORM=linux PREFIX=/usr DESTDIR="${D}" HOSTSYSTEM="${CBUILD}" \
Expand Down

0 comments on commit 08de62c

Please sign in to comment.