wxWidgets3.1: Comment out check code

This commit is contained in:
Tim Stahlhut
2020-03-03 22:59:59 -05:00
parent 1c7a26b2b5
commit e0096918bc

View File

@@ -177,11 +177,11 @@ build() {
make #VERBOSE=1 -j1
}
check() {
cd "${srcdir}/build-${CARCH}-shared/tests" && make -k --jobs=1 || true
#check() {
#cd "${srcdir}/build-${CARCH}-shared/tests" && make -k --jobs=1 || true
cd "${srcdir}/build-${CARCH}-shared/samples" && make -k --jobs=1 || true
}
#cd "${srcdir}/build-${CARCH}-shared/samples" && make -k --jobs=1 || true
#}
_package_wxmsw() {
pkgdesc="A C++ library that lets developers create applications for Windows, Linux and UNIX (mingw-w64)"