Fix test script.

http://www.cmake.org/pipermail/cmake/2014-March/057117.html
This will probably be solved in the next release.

We get 98% passed tests, and 8 failures.
This commit is contained in:
Adrien Destugues
2014-03-04 20:12:38 +01:00
parent 7b06788772
commit b85bf977d2

View File

@@ -12,13 +12,13 @@ COPYRIGHT="2002-2013 Kitware, Inc., Insight Consortium, All rights reserved."
SRC_URI="http://www.cmake.org/files/v3.0/cmake-3.0.0-rc1.tar.gz"
CHECKSUM_MD5="3f6e729a52e15cc3b1d58e2d1195c421"
REVISION="7"
ARCHITECTURES="?x86 ?x86_64"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
# for a different secondary architecture.
ARCHITECTURES="$ARCHITECTURES ?x86_gcc2"
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
fi
SECONDARY_ARCHITECTURES="?x86"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
cmake = $portVersion compat >= 3.0
@@ -66,6 +66,7 @@ INSTALL()
TEST()
{
cp bin/ctest Bootstrap.cmk/
make test VERBOSE=1
}