mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-20 02:30:05 +02:00
Added new TEST section to python, automake, findutils, coreutils and diffutils.
This commit is contained in:
@@ -21,5 +21,15 @@ INSTALL {
|
||||
cd Python-2.6.6
|
||||
make install
|
||||
}
|
||||
|
||||
TEST {
|
||||
cd Python-2.6.6
|
||||
cd Lib/test
|
||||
rm test_asynchat.py # this one stalls, so skip it for now
|
||||
rm test_multiprocessing.py # this one stalls, so skip it for now
|
||||
|
||||
python regrtest.py
|
||||
}
|
||||
|
||||
LICENSE="Python"
|
||||
COPYRIGHT="1990-2010, Python Software Foundation"
|
||||
|
||||
@@ -18,5 +18,10 @@ INSTALL {
|
||||
make install
|
||||
}
|
||||
|
||||
TEST {
|
||||
cd coreutils-8.5
|
||||
make check
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1994-1996, 2000-2010 Free Software Foundation, Inc."
|
||||
|
||||
@@ -18,5 +18,10 @@ INSTALL {
|
||||
make install
|
||||
}
|
||||
|
||||
TEST {
|
||||
cd diffutils-3.0
|
||||
make check
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1992-2010 Free Software Foundation, Inc."
|
||||
|
||||
@@ -20,5 +20,10 @@ INSTALL {
|
||||
make install
|
||||
}
|
||||
|
||||
TEST {
|
||||
cd findutils-4.4.2
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1990-2010 Free Software Foundation, Inc."
|
||||
|
||||
@@ -15,5 +15,11 @@ INSTALL {
|
||||
cd automake-1.11.1
|
||||
make install
|
||||
}
|
||||
|
||||
TEST {
|
||||
cd automake-1.11.1
|
||||
make check
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2009 Free Software Foundation, Inc."
|
||||
|
||||
Reference in New Issue
Block a user