Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Added test
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmarco committed May 30, 2016
1 parent 249c987 commit 8eedce7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/pkgs/libhomfly/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ echo >&2 "Error building libhomfly."
exit 1
fi

$MAKE check
if [ $? -ne 0 ]; then
echo >&2 "Error in built libhomfly."
exit 1
fi

$MAKE -j1 install
if [ $? -ne 0 ]; then
echo >&2 "Error installing libhomfly."
Expand Down

0 comments on commit 8eedce7

Please sign in to comment.