Added TEST section to a couple libtool .bep files

This commit is contained in:
Scott McCreary
2010-11-30 23:02:38 +00:00
parent 82808c969d
commit 8570693b41
2 changed files with 10 additions and 2 deletions

View File

@@ -15,7 +15,11 @@ BUILD {
INSTALL { INSTALL {
cd libtool-2.2.10 cd libtool-2.2.10
make install make install
# make check
} }
TEST {
make check
}
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
COPYRIGHT="2004-2010 Free Software Foundation, Inc." COPYRIGHT="2004-2010 Free Software Foundation, Inc."

View File

@@ -15,7 +15,11 @@ BUILD {
INSTALL { INSTALL {
cd libtool-2.2.8 cd libtool-2.2.8
make install make install
# make check
} }
TEST {
make check
}
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
COPYRIGHT="2004-2010 Free Software Foundation, Inc." COPYRIGHT="2004-2010 Free Software Foundation, Inc."