f2de329aa5
- Fix build with libiconv. This problem was introduced in r330018. - Update CA list to Oracle Java 7u40. An expired CA was removed.
19 lines
425 B
Text
19 lines
425 B
Text
# $FreeBSD$
|
|
|
|
.if ${PORT_OPTIONS:MTEST}
|
|
.if defined(DISPLAY)
|
|
_TEST_SEQ= do-test
|
|
.else
|
|
_TEST_SEQ= pre-test do-test post-test
|
|
.ORDER: ${_TEST_SEQ}
|
|
.endif
|
|
|
|
test: ${_TEST_SEQ}
|
|
@${ECHO_MSG} ""
|
|
@${ECHO_MSG} "You can run \"make test\" again to re-execute only the failed tests."
|
|
@${ECHO_MSG} ""
|
|
|
|
do-test: build-depends build
|
|
@-(cd ${WRKSRC}/jdk/test; ${SETENV} PLATFORM=bsd ARCH=${ARCH} \
|
|
${MAKE_ENV} ${GMAKE} tests)
|
|
.endif
|