make check ausfuehren (nach make, vor make install)

This commit is contained in:
Elke Flehmig 2013-03-13 10:15:15 +00:00 committed by Christoph Niethammer
parent 660bd53efc
commit 54b20efa31

View file

@ -8,7 +8,7 @@ CATEGORY="compiler"
PACKAGE="gnu"
VERSION="4.7.2"
URL="http://gcc.gnu.org"
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
INSTALLER="Elke Flehmig <flehmig@hlrs.de>"
# Archive A and package name P
A=gcc-${VERSION}.tar.bz2
@ -31,6 +31,10 @@ src_unpack() {
fi
}
src_posttest() {
make check
}
# Other interesting configure options:
CONFIGURE_OPTS=" \
--enable-languages=c,c++,fortran \