Added TEST section to boehm-gc

This commit is contained in:
Scott McCreary
2013-03-27 07:22:16 +00:00
parent bdd8ee905e
commit d6b0f885a3

View File

@@ -5,11 +5,7 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="319d0b18cc4eb735c8038ece9df055e4"
LICENSE="BOEHM"
COPYRIGHT="1988, 1989 Hans-J. Boehm, Alan J. Demers
1991-1996 by Xerox Corporation. All rights reserved.
1996-1999 by Silicon Graphics. All rights reserved.
1999-2004 Hewlett-Packard Development Company, L.P."
BUILD {
cd gc-7.2alpha6
libtoolize --force --copy --install
@@ -24,3 +20,15 @@ INSTALL {
cd gc-7.2alpha6
make install
}
TEST {
cd gc-7.2alpha6
make check
}
LICENSE="BOEHM"
COPYRIGHT="1988, 1989 Hans-J. Boehm, Alan J. Demers
1991-1996 by Xerox Corporation. All rights reserved.
1996-1999 by Silicon Graphics. All rights reserved.
1999-2004 Hewlett-Packard Development Company, L.P."